pub enum PageBlockVerticalAlignment {
Top,
Middle,
Bottom,
}
Variants§
Top
The content must be top-aligned
Middle
The content must be middle-aligned
Bottom
The content must be bottom-aligned
Trait Implementations§
Source§impl Clone for PageBlockVerticalAlignment
impl Clone for PageBlockVerticalAlignment
Source§fn clone(&self) -> PageBlockVerticalAlignment
fn clone(&self) -> PageBlockVerticalAlignment
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 PageBlockVerticalAlignment
impl Debug for PageBlockVerticalAlignment
Source§impl<'de> Deserialize<'de> for PageBlockVerticalAlignment
impl<'de> Deserialize<'de> for PageBlockVerticalAlignment
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for PageBlockVerticalAlignment
Auto Trait Implementations§
impl Freeze for PageBlockVerticalAlignment
impl RefUnwindSafe for PageBlockVerticalAlignment
impl Send for PageBlockVerticalAlignment
impl Sync for PageBlockVerticalAlignment
impl Unpin for PageBlockVerticalAlignment
impl UnwindSafe for PageBlockVerticalAlignment
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