pub struct DividerBlock {
pub block_id: Option<BlockId>,
}Expand description
Divider block.
Fields§
§block_id: Option<BlockId>A unique identifier for a block.
Trait Implementations§
Source§impl Clone for DividerBlock
impl Clone for DividerBlock
Source§fn clone(&self) -> DividerBlock
fn clone(&self) -> DividerBlock
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 DividerBlock
impl Debug for DividerBlock
Auto Trait Implementations§
impl Freeze for DividerBlock
impl RefUnwindSafe for DividerBlock
impl Send for DividerBlock
impl Sync for DividerBlock
impl Unpin for DividerBlock
impl UnwindSafe for DividerBlock
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