pub struct LeftElement<L: Debug> { /* private fields */ }
Expand description
Structure to initiate the Should
structure , when the should
method is called.
It is used by the macros.
Implementations§
Source§impl<L: Debug> LeftElement<L>
impl<L: Debug> LeftElement<L>
Trait Implementations§
Auto Trait Implementations§
impl<L> Freeze for LeftElement<L>where
L: Freeze,
impl<L> RefUnwindSafe for LeftElement<L>where
L: RefUnwindSafe,
impl<L> Send for LeftElement<L>where
L: Send,
impl<L> Sync for LeftElement<L>where
L: Sync,
impl<L> Unpin for LeftElement<L>where
L: Unpin,
impl<L> UnwindSafe for LeftElement<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