pub enum LeftRight {
Left,
Right,
}Expand description
“left” | “right”
Variants§
Trait Implementations§
impl Copy for LeftRight
impl Eq for LeftRight
impl StructuralPartialEq for LeftRight
Auto Trait Implementations§
impl Freeze for LeftRight
impl RefUnwindSafe for LeftRight
impl Send for LeftRight
impl Sync for LeftRight
impl Unpin for LeftRight
impl UnsafeUnpin for LeftRight
impl UnwindSafe for LeftRight
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