pub struct BlockQuoteElement<'i> {
pub span: Span,
pub body_open_span: Option<Span>,
pub body_close_span: Option<Span>,
pub parameters: Parameters<'i>,
pub children: Vec<Element<'i>>,
}Fields§
§span: Span§body_open_span: Option<Span>§body_close_span: Option<Span>§parameters: Parameters<'i>§children: Vec<Element<'i>>Trait Implementations§
Source§impl<'i> Clone for BlockQuoteElement<'i>
impl<'i> Clone for BlockQuoteElement<'i>
Source§fn clone(&self) -> BlockQuoteElement<'i>
fn clone(&self) -> BlockQuoteElement<'i>
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 moreSource§impl<'i> Debug for BlockQuoteElement<'i>
impl<'i> Debug for BlockQuoteElement<'i>
Auto Trait Implementations§
impl<'i> Freeze for BlockQuoteElement<'i>
impl<'i> RefUnwindSafe for BlockQuoteElement<'i>
impl<'i> Send for BlockQuoteElement<'i>
impl<'i> Sync for BlockQuoteElement<'i>
impl<'i> Unpin for BlockQuoteElement<'i>
impl<'i> UnsafeUnpin for BlockQuoteElement<'i>
impl<'i> UnwindSafe for BlockQuoteElement<'i>
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