pub struct NoHint;Expand description
Dummy hint type for Hinter; we never return a hint (hint() returns None).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoHint
impl RefUnwindSafe for NoHint
impl Send for NoHint
impl Sync for NoHint
impl Unpin for NoHint
impl UnsafeUnpin for NoHint
impl UnwindSafe for NoHint
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