pub struct Nowhere;Expand description
No standing list, which is every platform without one and every test.
Trait Implementations§
Source§impl Standing for Nowhere
impl Standing for Nowhere
Auto Trait Implementations§
impl Freeze for Nowhere
impl RefUnwindSafe for Nowhere
impl Send for Nowhere
impl Sync for Nowhere
impl Unpin for Nowhere
impl UnsafeUnpin for Nowhere
impl UnwindSafe for Nowhere
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