pub enum STTextShapeType {
Show 41 variants
TextNoShape,
TextPlain,
TextStop,
TextTriangle,
TextTriangleInverted,
TextChevron,
TextChevronInverted,
TextRingInside,
TextRingOutside,
TextArchUp,
TextArchDown,
TextCircle,
TextButton,
TextArchUpPour,
TextArchDownPour,
TextCirclePour,
TextButtonPour,
TextCurveUp,
TextCurveDown,
TextCanUp,
TextCanDown,
TextWave1,
TextWave2,
TextDoubleWave1,
TextWave4,
TextInflate,
TextDeflate,
TextInflateBottom,
TextDeflateBottom,
TextInflateTop,
TextDeflateTop,
TextDeflateInflate,
TextDeflateInflateDeflate,
TextFadeRight,
TextFadeLeft,
TextFadeUp,
TextFadeDown,
TextSlantUp,
TextSlantDown,
TextCascadeUp,
TextCascadeDown,
}Variants§
TextNoShape
TextPlain
TextStop
TextTriangle
TextTriangleInverted
TextChevron
TextChevronInverted
TextRingInside
TextRingOutside
TextArchUp
TextArchDown
TextCircle
TextButton
TextArchUpPour
TextArchDownPour
TextCirclePour
TextButtonPour
TextCurveUp
TextCurveDown
TextCanUp
TextCanDown
TextWave1
TextWave2
TextDoubleWave1
TextWave4
TextInflate
TextDeflate
TextInflateBottom
TextDeflateBottom
TextInflateTop
TextDeflateTop
TextDeflateInflate
TextDeflateInflateDeflate
TextFadeRight
TextFadeLeft
TextFadeUp
TextFadeDown
TextSlantUp
TextSlantDown
TextCascadeUp
TextCascadeDown
Trait Implementations§
Source§impl Clone for STTextShapeType
impl Clone for STTextShapeType
Source§fn clone(&self) -> STTextShapeType
fn clone(&self) -> STTextShapeType
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 STTextShapeType
impl Debug for STTextShapeType
Source§impl<'de> Deserialize<'de> for STTextShapeType
impl<'de> Deserialize<'de> for STTextShapeType
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 STTextShapeType
impl Display for STTextShapeType
Source§impl FromStr for STTextShapeType
impl FromStr for STTextShapeType
Source§impl PartialEq for STTextShapeType
impl PartialEq for STTextShapeType
Source§impl Serialize for STTextShapeType
impl Serialize for STTextShapeType
impl Copy for STTextShapeType
impl Eq for STTextShapeType
impl StructuralPartialEq for STTextShapeType
Auto Trait Implementations§
impl Freeze for STTextShapeType
impl RefUnwindSafe for STTextShapeType
impl Send for STTextShapeType
impl Sync for STTextShapeType
impl Unpin for STTextShapeType
impl UnsafeUnpin for STTextShapeType
impl UnwindSafe for STTextShapeType
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