pub struct Shelter { /* private fields */ }
Expand description
Shelter
Shelter count the protect in scrope
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Shelter
impl RefUnwindSafe for Shelter
impl Send for Shelter
impl Sync for Shelter
impl Unpin for Shelter
impl UnwindSafe for Shelter
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