pub enum PrefixOperator {
Not,
}Expand description
An operation involving one Ryan value, where the value follows it.
Variants§
Not
Logical negation.
Trait Implementations§
Source§impl Clone for PrefixOperator
impl Clone for PrefixOperator
Source§fn clone(&self) -> PrefixOperator
fn clone(&self) -> PrefixOperator
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 PrefixOperator
impl Debug for PrefixOperator
Source§impl Display for PrefixOperator
impl Display for PrefixOperator
Source§impl PartialEq for PrefixOperator
impl PartialEq for PrefixOperator
impl StructuralPartialEq for PrefixOperator
Auto Trait Implementations§
impl Freeze for PrefixOperator
impl RefUnwindSafe for PrefixOperator
impl Send for PrefixOperator
impl Sync for PrefixOperator
impl Unpin for PrefixOperator
impl UnwindSafe for PrefixOperator
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