pub struct ParentStage { /* private fields */ }
Expand description
The parent
stage for Builder
.
Auto Trait Implementations§
impl Freeze for ParentStage
impl RefUnwindSafe for ParentStage
impl Send for ParentStage
impl Sync for ParentStage
impl Unpin for ParentStage
impl UnwindSafe for ParentStage
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