pub struct SectionBindingConstructor { /* private fields */ }Implementations§
Source§impl SectionBindingConstructor
impl SectionBindingConstructor
Sourcepub fn builder() -> SectionBindingConstructorBuilder
pub fn builder() -> SectionBindingConstructorBuilder
Create an instance of SectionBindingConstructor using the builder syntax
Source§impl SectionBindingConstructor
impl SectionBindingConstructor
pub fn build(self) -> SectionBindingNode
Auto Trait Implementations§
impl Freeze for SectionBindingConstructor
impl RefUnwindSafe for SectionBindingConstructor
impl Send for SectionBindingConstructor
impl Sync for SectionBindingConstructor
impl Unpin for SectionBindingConstructor
impl UnwindSafe for SectionBindingConstructor
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