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