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