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