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