pub struct Delete {
pub children: Vec<Node>,
pub position: Option<Position>,
}Expand description
GFM: delete.
> | ~~a~~
^^^^^Fields§
§children: Vec<Node>Content model.
position: Option<Position>Positional info.
Trait Implementations§
impl Eq for Delete
impl StructuralPartialEq for Delete
Auto Trait Implementations§
impl Freeze for Delete
impl RefUnwindSafe for Delete
impl Send for Delete
impl Sync for Delete
impl Unpin for Delete
impl UnwindSafe for Delete
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