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