pub struct LockModesWrapper<L> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<L: Debug> Debug for LockModesWrapper<L>
impl<L: Debug> Debug for LockModesWrapper<L>
Source§impl<L: PartialEq> PartialEq for LockModesWrapper<L>
impl<L: PartialEq> PartialEq for LockModesWrapper<L>
Source§impl<L> Serialize for LockModesWrapper<L>where
L: Serialize,
impl<L> Serialize for LockModesWrapper<L>where
L: Serialize,
impl<L: Eq> Eq for LockModesWrapper<L>
impl<L> StructuralPartialEq for LockModesWrapper<L>
Auto Trait Implementations§
impl<L> Freeze for LockModesWrapper<L>
impl<L> RefUnwindSafe for LockModesWrapper<L>where
L: RefUnwindSafe,
impl<L> Send for LockModesWrapper<L>where
L: Send,
impl<L> Sync for LockModesWrapper<L>where
L: Sync,
impl<L> Unpin for LockModesWrapper<L>where
L: Unpin,
impl<L> UnsafeUnpin for LockModesWrapper<L>
impl<L> UnwindSafe for LockModesWrapper<L>where
L: 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
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more