pub enum PositionalTabAlignmentType {
Center,
Left,
Right,
}
Variants§
Trait Implementations§
Source§impl Clone for PositionalTabAlignmentType
impl Clone for PositionalTabAlignmentType
Source§fn clone(&self) -> PositionalTabAlignmentType
fn clone(&self) -> PositionalTabAlignmentType
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 PositionalTabAlignmentType
impl Debug for PositionalTabAlignmentType
Source§impl<'de> Deserialize<'de> for PositionalTabAlignmentType
impl<'de> Deserialize<'de> for PositionalTabAlignmentType
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 Display for PositionalTabAlignmentType
impl Display for PositionalTabAlignmentType
Source§impl FromStr for PositionalTabAlignmentType
impl FromStr for PositionalTabAlignmentType
impl Copy for PositionalTabAlignmentType
impl Eq for PositionalTabAlignmentType
impl StructuralPartialEq for PositionalTabAlignmentType
Auto Trait Implementations§
impl Freeze for PositionalTabAlignmentType
impl RefUnwindSafe for PositionalTabAlignmentType
impl Send for PositionalTabAlignmentType
impl Sync for PositionalTabAlignmentType
impl Unpin for PositionalTabAlignmentType
impl UnwindSafe for PositionalTabAlignmentType
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