pub enum OpUnary {
Minus,
Percentage,
}Variants§
Trait Implementations§
impl Eq for OpUnary
impl StructuralPartialEq for OpUnary
Auto Trait Implementations§
impl Freeze for OpUnary
impl RefUnwindSafe for OpUnary
impl Send for OpUnary
impl Sync for OpUnary
impl Unpin for OpUnary
impl UnsafeUnpin for OpUnary
impl UnwindSafe for OpUnary
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