pub enum AlignH {
Left,
Center,
Right,
}
Variants§
Trait Implementations§
impl Eq for AlignH
impl StructuralPartialEq for AlignH
Auto Trait Implementations§
impl Freeze for AlignH
impl RefUnwindSafe for AlignH
impl Send for AlignH
impl Sync for AlignH
impl Unpin for AlignH
impl UnwindSafe for AlignH
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