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