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