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