pub enum ListContentItem {
Item(ListItemElement),
Conditional(ConditionalListItems),
}Expand description
리스트 콘텐츠 아이템 (아이템 또는 조건부)
Variants§
Item(ListItemElement)
Conditional(ConditionalListItems)
Trait Implementations§
Source§impl Clone for ListContentItem
impl Clone for ListContentItem
Source§fn clone(&self) -> ListContentItem
fn clone(&self) -> ListContentItem
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 ListContentItem
impl Debug for ListContentItem
Auto Trait Implementations§
impl Freeze for ListContentItem
impl RefUnwindSafe for ListContentItem
impl Send for ListContentItem
impl Sync for ListContentItem
impl Unpin for ListContentItem
impl UnwindSafe for ListContentItem
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