pub struct FlowListItem {
pub marker: Option<FlowListItemMarker>,
pub blocks: Vec<Block>,
}Fields§
§marker: Option<FlowListItemMarker>§blocks: Vec<Block>Trait Implementations§
Source§impl Clone for FlowListItem
impl Clone for FlowListItem
Source§fn clone(&self) -> FlowListItem
fn clone(&self) -> FlowListItem
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 FlowListItem
impl Debug for FlowListItem
Source§impl<'de> Deserialize<'de> for FlowListItem
impl<'de> Deserialize<'de> for FlowListItem
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 FlowListItem
impl PartialEq for FlowListItem
Source§impl Serialize for FlowListItem
impl Serialize for FlowListItem
impl StructuralPartialEq for FlowListItem
Auto Trait Implementations§
impl Freeze for FlowListItem
impl RefUnwindSafe for FlowListItem
impl Send for FlowListItem
impl Sync for FlowListItem
impl Unpin for FlowListItem
impl UnsafeUnpin for FlowListItem
impl UnwindSafe for FlowListItem
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