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