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