pub struct CodeBlock6ListConstructorBuilder<S: State = Empty> { /* private fields */ }Expand description
Use builder syntax to set the inputs and finish with build().
Implementations§
Source§impl<S: State> CodeBlock6ListConstructorBuilder<S>
impl<S: State> CodeBlock6ListConstructorBuilder<S>
Sourcepub fn build(self) -> CodeBlock6ListConstructorwhere
S: IsComplete,
pub fn build(self) -> CodeBlock6ListConstructorwhere
S: IsComplete,
Finish building and return the requested object
Sourcepub fn code_block_6_list_group(
self,
value: CodeBlock6ListGroupNode,
) -> CodeBlock6ListConstructorBuilder<SetCodeBlock6ListGroup<S>>where
S::CodeBlock6ListGroup: IsUnset,
pub fn code_block_6_list_group(
self,
value: CodeBlock6ListGroupNode,
) -> CodeBlock6ListConstructorBuilder<SetCodeBlock6ListGroup<S>>where
S::CodeBlock6ListGroup: IsUnset,
Required.
Sourcepub fn code_block_6_list(
self,
value: CodeBlock6ListNode,
) -> CodeBlock6ListConstructorBuilder<SetCodeBlock6List<S>>where
S::CodeBlock6List: IsUnset,
pub fn code_block_6_list(
self,
value: CodeBlock6ListNode,
) -> CodeBlock6ListConstructorBuilder<SetCodeBlock6List<S>>where
S::CodeBlock6List: IsUnset,
Required.
Auto Trait Implementations§
impl<S> Freeze for CodeBlock6ListConstructorBuilder<S>
impl<S> RefUnwindSafe for CodeBlock6ListConstructorBuilder<S>
impl<S> Send for CodeBlock6ListConstructorBuilder<S>
impl<S> Sync for CodeBlock6ListConstructorBuilder<S>
impl<S> Unpin for CodeBlock6ListConstructorBuilder<S>
impl<S> UnwindSafe for CodeBlock6ListConstructorBuilder<S>
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