pub struct Vanilla;Trait Implementations§
Auto Trait Implementations§
impl Freeze for Vanilla
impl RefUnwindSafe for Vanilla
impl Send for Vanilla
impl Sync for Vanilla
impl Unpin for Vanilla
impl UnwindSafe for Vanilla
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