pub struct SectionBuilder(/* private fields */);
Available on crate feature
builder
only.Expand description
Create a section with a builder.
Implementations§
Trait Implementations§
Source§impl Clone for SectionBuilder
impl Clone for SectionBuilder
Source§fn clone(&self) -> SectionBuilder
fn clone(&self) -> SectionBuilder
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 SectionBuilder
impl Debug for SectionBuilder
Source§impl From<SectionBuilder> for Section
impl From<SectionBuilder> for Section
Source§fn from(builder: SectionBuilder) -> Self
fn from(builder: SectionBuilder) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SectionBuilder
impl PartialEq for SectionBuilder
impl Eq for SectionBuilder
impl StructuralPartialEq for SectionBuilder
Auto Trait Implementations§
impl Freeze for SectionBuilder
impl RefUnwindSafe for SectionBuilder
impl Send for SectionBuilder
impl Sync for SectionBuilder
impl Unpin for SectionBuilder
impl UnwindSafe for SectionBuilder
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