pub struct ListItemElement {
pub span: Span,
pub parameters: Parameters,
pub children: Vec<Element>,
}Expand description
리스트 아이템
Fields§
§span: Span§parameters: Parameters§children: Vec<Element>Trait Implementations§
Source§impl Clone for ListItemElement
impl Clone for ListItemElement
Source§fn clone(&self) -> ListItemElement
fn clone(&self) -> ListItemElement
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 ListItemElement
impl Debug for ListItemElement
Auto Trait Implementations§
impl Freeze for ListItemElement
impl RefUnwindSafe for ListItemElement
impl Send for ListItemElement
impl Sync for ListItemElement
impl Unpin for ListItemElement
impl UnwindSafe for ListItemElement
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