pub struct MappedGuard<G, R> { /* private fields */ }Implementations§
Source§impl<G, R> MappedGuard<G, R>
impl<G, R> MappedGuard<G, R>
Trait Implementations§
Source§impl<G, R: Deref> Deref for MappedGuard<G, R>
impl<G, R: Deref> Deref for MappedGuard<G, R>
Source§impl<G, R1, R> From<MappedGuard<MappedGuard<G, R1>, R>> for MappedGuard<G, R>
impl<G, R1, R> From<MappedGuard<MappedGuard<G, R1>, R>> for MappedGuard<G, R>
Source§fn from(from: MappedGuard<MappedGuard<G, R1>, R>) -> Self
fn from(from: MappedGuard<MappedGuard<G, R1>, R>) -> Self
Flattens nested MappedGuard instances.
impl<G, R> BoxedMapped for MappedGuard<G, R>
Auto Trait Implementations§
impl<G, R> Freeze for MappedGuard<G, R>
impl<G, R> RefUnwindSafe for MappedGuard<G, R>where
G: RefUnwindSafe,
R: RefUnwindSafe,
impl<G, R> Send for MappedGuard<G, R>
impl<G, R> Sync for MappedGuard<G, R>
impl<G, R> Unpin for MappedGuard<G, R>
impl<G, R> UnwindSafe for MappedGuard<G, R>where
G: UnwindSafe,
R: UnwindSafe,
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