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