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