pub struct Strikethrough {}Expand description
Represents a strikethrough node.
Implementations§
Source§impl Strikethrough
impl Strikethrough
Trait Implementations§
Source§impl Debug for Strikethrough
impl Debug for Strikethrough
Source§impl Default for Strikethrough
impl Default for Strikethrough
Source§fn default() -> Strikethrough
fn default() -> Strikethrough
Returns the “default value” for a type. Read more
Source§impl From<Strikethrough> for KindData
impl From<Strikethrough> for KindData
Source§fn from(e: Strikethrough) -> Self
fn from(e: Strikethrough) -> Self
Converts to this type from the input type.
Source§impl NodeKind for Strikethrough
impl NodeKind for Strikethrough
Source§impl PrettyPrint for Strikethrough
impl PrettyPrint for Strikethrough
Auto Trait Implementations§
impl Freeze for Strikethrough
impl RefUnwindSafe for Strikethrough
impl Send for Strikethrough
impl Sync for Strikethrough
impl Unpin for Strikethrough
impl UnsafeUnpin for Strikethrough
impl UnwindSafe for Strikethrough
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