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