pub struct CategoryElement {
pub span: Span,
pub children: Vec<Element>,
}Expand description
카테고리 {{{#category …}}}
Fields§
§span: Span§children: Vec<Element>Trait Implementations§
Source§impl Clone for CategoryElement
impl Clone for CategoryElement
Source§fn clone(&self) -> CategoryElement
fn clone(&self) -> CategoryElement
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 CategoryElement
impl Debug for CategoryElement
Auto Trait Implementations§
impl Freeze for CategoryElement
impl RefUnwindSafe for CategoryElement
impl Send for CategoryElement
impl Sync for CategoryElement
impl Unpin for CategoryElement
impl UnwindSafe for CategoryElement
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