pub enum STTextTabAlignType {
L,
Ctr,
R,
Dec,
}Variants§
Trait Implementations§
Source§impl Clone for STTextTabAlignType
impl Clone for STTextTabAlignType
Source§fn clone(&self) -> STTextTabAlignType
fn clone(&self) -> STTextTabAlignType
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 STTextTabAlignType
impl Debug for STTextTabAlignType
Source§impl<'de> Deserialize<'de> for STTextTabAlignType
impl<'de> Deserialize<'de> for STTextTabAlignType
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 STTextTabAlignType
impl Display for STTextTabAlignType
Source§impl FromStr for STTextTabAlignType
impl FromStr for STTextTabAlignType
Source§impl PartialEq for STTextTabAlignType
impl PartialEq for STTextTabAlignType
Source§impl Serialize for STTextTabAlignType
impl Serialize for STTextTabAlignType
impl Copy for STTextTabAlignType
impl Eq for STTextTabAlignType
impl StructuralPartialEq for STTextTabAlignType
Auto Trait Implementations§
impl Freeze for STTextTabAlignType
impl RefUnwindSafe for STTextTabAlignType
impl Send for STTextTabAlignType
impl Sync for STTextTabAlignType
impl Unpin for STTextTabAlignType
impl UnsafeUnpin for STTextTabAlignType
impl UnwindSafe for STTextTabAlignType
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