pub enum GroupSide {
Left,
Right,
}Expand description
Group modifier side
Variants§
Trait Implementations§
impl Copy for GroupSide
impl Eq for GroupSide
impl StructuralPartialEq for GroupSide
Auto Trait Implementations§
impl Freeze for GroupSide
impl RefUnwindSafe for GroupSide
impl Send for GroupSide
impl Sync for GroupSide
impl Unpin for GroupSide
impl UnwindSafe for GroupSide
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