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