pub enum HorizontalAlign {
Left,
Right,
Center,
}Expand description
Align for table cells
Variants§
Trait Implementations§
Source§impl Clone for HorizontalAlign
impl Clone for HorizontalAlign
Source§fn clone(&self) -> HorizontalAlign
fn clone(&self) -> HorizontalAlign
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 HorizontalAlign
impl Debug for HorizontalAlign
Source§impl Default for HorizontalAlign
impl Default 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 PartialEq for HorizontalAlign
impl PartialEq for HorizontalAlign
Source§impl Serialize for HorizontalAlign
impl Serialize for HorizontalAlign
impl StructuralPartialEq for HorizontalAlign
Auto Trait Implementations§
impl Freeze for HorizontalAlign
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