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