pub enum LongShort {
LONG,
SHORT,
}Variants§
Trait Implementations§
impl Copy for LongShort
impl Eq for LongShort
impl StructuralPartialEq for LongShort
Auto Trait Implementations§
impl Freeze for LongShort
impl RefUnwindSafe for LongShort
impl Send for LongShort
impl Sync for LongShort
impl Unpin for LongShort
impl UnsafeUnpin for LongShort
impl UnwindSafe for LongShort
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