pub enum NoOperator {}Expand description
Never type for operators.
Trait Implementations§
Source§impl Clone for NoOperator
impl Clone for NoOperator
Source§fn clone(&self) -> NoOperator
fn clone(&self) -> NoOperator
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NoOperator
impl Debug for NoOperator
Source§impl PartialEq for NoOperator
impl PartialEq for NoOperator
impl StructuralPartialEq for NoOperator
Auto Trait Implementations§
impl Freeze for NoOperator
impl RefUnwindSafe for NoOperator
impl Send for NoOperator
impl Sync for NoOperator
impl Unpin for NoOperator
impl UnsafeUnpin for NoOperator
impl UnwindSafe for NoOperator
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