pub enum STTextVerticalType {
Horz,
Vert,
Vert270,
WordArtVert,
EaVert,
MongolianVert,
WordArtVertRtl,
}Variants§
Trait Implementations§
Source§impl Clone for STTextVerticalType
impl Clone for STTextVerticalType
Source§fn clone(&self) -> STTextVerticalType
fn clone(&self) -> STTextVerticalType
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 STTextVerticalType
impl Debug for STTextVerticalType
Source§impl<'de> Deserialize<'de> for STTextVerticalType
impl<'de> Deserialize<'de> for STTextVerticalType
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 STTextVerticalType
impl Display for STTextVerticalType
Source§impl FromStr for STTextVerticalType
impl FromStr for STTextVerticalType
Source§impl PartialEq for STTextVerticalType
impl PartialEq for STTextVerticalType
Source§impl Serialize for STTextVerticalType
impl Serialize for STTextVerticalType
impl Copy for STTextVerticalType
impl Eq for STTextVerticalType
impl StructuralPartialEq for STTextVerticalType
Auto Trait Implementations§
impl Freeze for STTextVerticalType
impl RefUnwindSafe for STTextVerticalType
impl Send for STTextVerticalType
impl Sync for STTextVerticalType
impl Unpin for STTextVerticalType
impl UnsafeUnpin for STTextVerticalType
impl UnwindSafe for STTextVerticalType
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