pub enum VariableMethod {
Next,
Prev,
Copy,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VariableMethod
impl RefUnwindSafe for VariableMethod
impl Send for VariableMethod
impl Sync for VariableMethod
impl Unpin for VariableMethod
impl UnwindSafe for VariableMethod
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