pub struct NoHops;Expand description
NoHops (627).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoHops
impl RefUnwindSafe for NoHops
impl Send for NoHops
impl Sync for NoHops
impl Unpin for NoHops
impl UnsafeUnpin for NoHops
impl UnwindSafe for NoHops
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