pub struct Always<P> { /* private fields */ }
Implementations
Trait Implementations
Auto Trait Implementations
impl<P> RefUnwindSafe for Always<P> where
P: RefUnwindSafe,
impl<P> Send for Always<P> where
P: Send,
impl<P> Sync for Always<P> where
P: Sync,
impl<P> Unpin for Always<P> where
P: Unpin,
impl<P> UnwindSafe for Always<P> where
P: UnwindSafe,
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