pub struct NeverStream(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl Freeze for NeverStream
impl RefUnwindSafe for NeverStream
impl Send for NeverStream
impl Sync for NeverStream
impl Unpin for NeverStream
impl UnsafeUnpin for NeverStream
impl UnwindSafe for NeverStream
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