Struct NodeMultilineBlockQuote

struct NodeMultilineBlockQuote { ... }

The metadata of a multiline blockquote.

Fields

fence_length: usize

The length of the fence.

fence_offset: usize

The indentation level of the fence marker.

Implementations

impl Clone for NodeMultilineBlockQuote

fn clone(self: &Self) -> NodeMultilineBlockQuote

impl Copy for NodeMultilineBlockQuote

impl Debug for NodeMultilineBlockQuote

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl Eq for NodeMultilineBlockQuote

impl Freeze for NodeMultilineBlockQuote

impl PartialEq for NodeMultilineBlockQuote

fn eq(self: &Self, other: &NodeMultilineBlockQuote) -> bool

impl RefUnwindSafe for NodeMultilineBlockQuote

impl Send for NodeMultilineBlockQuote

impl StructuralPartialEq for NodeMultilineBlockQuote

impl Sync for NodeMultilineBlockQuote

impl Unpin for NodeMultilineBlockQuote

impl UnsafeUnpin for NodeMultilineBlockQuote

impl UnwindSafe for NodeMultilineBlockQuote

impl<T> Any for NodeMultilineBlockQuote

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for NodeMultilineBlockQuote

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for NodeMultilineBlockQuote

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for NodeMultilineBlockQuote

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for NodeMultilineBlockQuote

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for NodeMultilineBlockQuote

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, U> Into for NodeMultilineBlockQuote

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for NodeMultilineBlockQuote

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for NodeMultilineBlockQuote

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>