Enum csvpp::VerticalAlign
source · pub enum VerticalAlign {
Bottom,
Center,
Top,
}Variants§
Trait Implementations§
source§impl Clone for VerticalAlign
impl Clone for VerticalAlign
source§fn clone(&self) -> VerticalAlign
fn clone(&self) -> VerticalAlign
Returns a copy 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 VerticalAlign
impl Debug for VerticalAlign
source§impl<'de> Deserialize<'de> for VerticalAlign
impl<'de> Deserialize<'de> for VerticalAlign
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
source§impl From<VerticalAlign> for VerticalAlignmentValues
impl From<VerticalAlign> for VerticalAlignmentValues
source§fn from(value: VerticalAlign) -> Self
fn from(value: VerticalAlign) -> Self
Converts to this type from the input type.
source§impl PartialEq for VerticalAlign
impl PartialEq for VerticalAlign
source§fn eq(&self, other: &VerticalAlign) -> bool
fn eq(&self, other: &VerticalAlign) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for VerticalAlign
impl Serialize for VerticalAlign
impl Copy for VerticalAlign
impl StructuralPartialEq for VerticalAlign
Auto Trait Implementations§
impl RefUnwindSafe for VerticalAlign
impl Send for VerticalAlign
impl Sync for VerticalAlign
impl Unpin for VerticalAlign
impl UnwindSafe for VerticalAlign
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