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