pub enum DocumentGridAlignItems {
Start,
Center,
End,
}Expand description
Vertical alignment for document grid layout
Variants§
Trait Implementations§
Source§impl Clone for DocumentGridAlignItems
impl Clone for DocumentGridAlignItems
Source§fn clone(&self) -> DocumentGridAlignItems
fn clone(&self) -> DocumentGridAlignItems
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DocumentGridAlignItems
impl Debug for DocumentGridAlignItems
Source§impl From<DOCUMENT_GRID_ALIGN_ITEMS> for DocumentGridAlignItems
impl From<DOCUMENT_GRID_ALIGN_ITEMS> for DocumentGridAlignItems
Source§fn from(value: DOCUMENT_GRID_ALIGN_ITEMS) -> Self
fn from(value: DOCUMENT_GRID_ALIGN_ITEMS) -> Self
Converts to this type from the input type.
Source§impl From<DocumentGridAlignItems> for DOCUMENT_GRID_ALIGN_ITEMS
impl From<DocumentGridAlignItems> for DOCUMENT_GRID_ALIGN_ITEMS
Source§fn from(value: DocumentGridAlignItems) -> Self
fn from(value: DocumentGridAlignItems) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DocumentGridAlignItems
impl PartialEq for DocumentGridAlignItems
impl Copy for DocumentGridAlignItems
impl StructuralPartialEq for DocumentGridAlignItems
Auto Trait Implementations§
impl Freeze for DocumentGridAlignItems
impl RefUnwindSafe for DocumentGridAlignItems
impl Send for DocumentGridAlignItems
impl Sync for DocumentGridAlignItems
impl Unpin for DocumentGridAlignItems
impl UnwindSafe for DocumentGridAlignItems
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