pub enum Unaries {
NOT,
}Variants§
NOT
Trait Implementations§
impl StructuralPartialEq for Unaries
Auto Trait Implementations§
impl Freeze for Unaries
impl RefUnwindSafe for Unaries
impl Send for Unaries
impl Sync for Unaries
impl Unpin for Unaries
impl UnwindSafe for Unaries
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