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