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