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