pub struct InteractiveBuilder { /* private fields */ }
Expand description
Builder for creating complex interactive workflows
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InteractiveBuilder
impl RefUnwindSafe for InteractiveBuilder
impl Send for InteractiveBuilder
impl Sync for InteractiveBuilder
impl Unpin for InteractiveBuilder
impl UnwindSafe for InteractiveBuilder
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