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