pub struct Unset;Expand description
Marker type indicating a builder field has not been set
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Unset
impl RefUnwindSafe for Unset
impl Send for Unset
impl Sync for Unset
impl Unpin for Unset
impl UnwindSafe for Unset
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