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