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