enum SidesKind {
Extend,
ShrinkLeft,
ShrinkRight,
}
Variants§
Trait Implementations§
impl Copy for SidesKind
Auto Trait Implementations§
impl Freeze for SidesKind
impl RefUnwindSafe for SidesKind
impl Send for SidesKind
impl Sync for SidesKind
impl Unpin for SidesKind
impl UnwindSafe for SidesKind
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