pub enum LeftArg {}
Expand description
Marker type, for constructing TypeNe
in TypeNe::with_fn
constructor.
Auto Trait Implementations§
impl Freeze for LeftArg
impl RefUnwindSafe for LeftArg
impl Send for LeftArg
impl Sync for LeftArg
impl Unpin for LeftArg
impl UnwindSafe for LeftArg
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