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