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