pub struct StreamHandle(pub u64);Expand description
Stream handle for asynchronous operations
Tuple Fields§
§0: u64Implementations§
Trait Implementations§
Source§impl Clone for StreamHandle
impl Clone for StreamHandle
Source§fn clone(&self) -> StreamHandle
fn clone(&self) -> StreamHandle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StreamHandle
impl Debug for StreamHandle
Source§impl Hash for StreamHandle
impl Hash for StreamHandle
Source§impl PartialEq for StreamHandle
impl PartialEq for StreamHandle
impl Copy for StreamHandle
impl Eq for StreamHandle
impl StructuralPartialEq for StreamHandle
Auto Trait Implementations§
impl Freeze for StreamHandle
impl RefUnwindSafe for StreamHandle
impl Send for StreamHandle
impl Sync for StreamHandle
impl Unpin for StreamHandle
impl UnsafeUnpin for StreamHandle
impl UnwindSafe for StreamHandle
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