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