pub enum PostfixOperator {
Unwrap(Node),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PostfixOperator
impl RefUnwindSafe for PostfixOperator
impl Send for PostfixOperator
impl Sync for PostfixOperator
impl Unpin for PostfixOperator
impl UnwindSafe for PostfixOperator
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