pub struct HipStream { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HipStream
impl RefUnwindSafe for HipStream
impl !Send for HipStream
impl !Sync for HipStream
impl Unpin for HipStream
impl UnwindSafe for HipStream
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