pub enum Spanmode {
Soft,
Hard,
Manual,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Spanmode
impl RefUnwindSafe for Spanmode
impl Send for Spanmode
impl Sync for Spanmode
impl Unpin for Spanmode
impl UnwindSafe for Spanmode
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