pub struct SetGuard { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetGuard
impl RefUnwindSafe for SetGuard
impl !Send for SetGuard
impl !Sync for SetGuard
impl Unpin for SetGuard
impl UnwindSafe for SetGuard
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