Struct markdown::mdast::BlockQuote
source · pub struct BlockQuote {
pub children: Vec<Node>,
pub position: Option<Position>,
}
Expand description
Block quote.
> | > a
^^^
Fields§
§children: Vec<Node>
Content model.
position: Option<Position>
Positional info.
Trait Implementations§
source§impl Clone for BlockQuote
impl Clone for BlockQuote
source§fn clone(&self) -> BlockQuote
fn clone(&self) -> BlockQuote
Returns a copy 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 BlockQuote
impl Debug for BlockQuote
source§impl PartialEq for BlockQuote
impl PartialEq for BlockQuote
impl Eq for BlockQuote
impl StructuralPartialEq for BlockQuote
Auto Trait Implementations§
impl Freeze for BlockQuote
impl RefUnwindSafe for BlockQuote
impl Send for BlockQuote
impl Sync for BlockQuote
impl Unpin for BlockQuote
impl UnwindSafe for BlockQuote
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)