pub enum TextStrike {
None,
Single,
Double,
}Expand description
DrawingML strike styles.
Variants§
Trait Implementations§
Source§impl Clone for TextStrike
impl Clone for TextStrike
Source§fn clone(&self) -> TextStrike
fn clone(&self) -> TextStrike
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TextStrike
Source§impl Debug for TextStrike
impl Debug for TextStrike
impl Eq for TextStrike
Source§impl PartialEq for TextStrike
impl PartialEq for TextStrike
impl StructuralPartialEq for TextStrike
Auto Trait Implementations§
impl Freeze for TextStrike
impl RefUnwindSafe for TextStrike
impl Send for TextStrike
impl Sync for TextStrike
impl Unpin for TextStrike
impl UnsafeUnpin for TextStrike
impl UnwindSafe for TextStrike
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