pub struct LiteralElement {
pub span: Span,
pub children: Vec<Element>,
}Expand description
리터럴 {{{ content }}}
Fields§
§span: Span§children: Vec<Element>Trait Implementations§
Source§impl Clone for LiteralElement
impl Clone for LiteralElement
Source§fn clone(&self) -> LiteralElement
fn clone(&self) -> LiteralElement
Returns a duplicate 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 LiteralElement
impl Debug for LiteralElement
Auto Trait Implementations§
impl Freeze for LiteralElement
impl RefUnwindSafe for LiteralElement
impl Send for LiteralElement
impl Sync for LiteralElement
impl Unpin for LiteralElement
impl UnwindSafe for LiteralElement
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