pub struct NiStream;
Auto Trait Implementations§
impl Freeze for NiStream
impl RefUnwindSafe for NiStream
impl Send for NiStream
impl Sync for NiStream
impl Unpin for NiStream
impl UnwindSafe for NiStream
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