pub struct CustomListItem {
pub blocks: Vec<Block>,
pub data: ExtensionMap,
}Fields§
§blocks: Vec<Block>§data: ExtensionMapTrait Implementations§
Source§impl Clone for CustomListItem
impl Clone for CustomListItem
Source§fn clone(&self) -> CustomListItem
fn clone(&self) -> CustomListItem
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 CustomListItem
impl Debug for CustomListItem
Source§impl<'de> Deserialize<'de> for CustomListItem
impl<'de> Deserialize<'de> for CustomListItem
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CustomListItem
impl PartialEq for CustomListItem
Source§impl Serialize for CustomListItem
impl Serialize for CustomListItem
impl StructuralPartialEq for CustomListItem
Auto Trait Implementations§
impl Freeze for CustomListItem
impl RefUnwindSafe for CustomListItem
impl Send for CustomListItem
impl Sync for CustomListItem
impl Unpin for CustomListItem
impl UnsafeUnpin for CustomListItem
impl UnwindSafe for CustomListItem
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