pub struct SectionBlock { /* private fields */ }Expand description
A section is one of the most flexible blocks available.
- simple text
- multiple text fields
Elementaccessory
Implementations§
Trait Implementations§
Source§impl Debug for SectionBlock
impl Debug for SectionBlock
Source§impl From<SectionBlock> for Block
impl From<SectionBlock> for Block
Source§fn from(block: SectionBlock) -> Self
fn from(block: SectionBlock) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SectionBlock
impl RefUnwindSafe for SectionBlock
impl Send for SectionBlock
impl Sync for SectionBlock
impl Unpin for SectionBlock
impl UnsafeUnpin for SectionBlock
impl UnwindSafe for SectionBlock
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