pub struct NoFix;Expand description
Marker type indicating the builder has not yet received a fix hint.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoFix
impl RefUnwindSafe for NoFix
impl Send for NoFix
impl Sync for NoFix
impl Unpin for NoFix
impl UnsafeUnpin for NoFix
impl UnwindSafe for NoFix
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