pub enum Labelside {
Top,
Bottom,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Labelside
impl RefUnwindSafe for Labelside
impl Send for Labelside
impl Sync for Labelside
impl Unpin for Labelside
impl UnwindSafe for Labelside
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