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