Struct drying_paint::SendGuard
source · [−]pub struct SendGuard<'a, S: ?Sized> { /* private fields */ }Trait Implementations
Auto Trait Implementations
impl<'a, S: ?Sized> RefUnwindSafe for SendGuard<'a, S> where
S: RefUnwindSafe,
impl<'a, S: ?Sized> Send for SendGuard<'a, S> where
S: Sync,
impl<'a, S: ?Sized> Sync for SendGuard<'a, S> where
S: Sync,
impl<'a, S: ?Sized> Unpin for SendGuard<'a, S>
impl<'a, S: ?Sized> UnwindSafe for SendGuard<'a, S> where
S: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more