pub struct hs_stream { /* private fields */ }Expand description
Definition of the stream identifier type.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for hs_stream
impl RefUnwindSafe for hs_stream
impl Send for hs_stream
impl Sync for hs_stream
impl Unpin for hs_stream
impl UnwindSafe for hs_stream
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