pub struct options_spread {}
Implementations§
Source§impl options_spread
impl options_spread
pub fn get() -> OptionsSpread
pub fn default() -> OptionsSpread
Auto Trait Implementations§
impl Freeze for options_spread
impl RefUnwindSafe for options_spread
impl Send for options_spread
impl Sync for options_spread
impl Unpin for options_spread
impl UnwindSafe for options_spread
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more