pub struct StreamHandle(/* private fields */);Expand description
Opaque handle for an interned source stream.
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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StreamHandle
Source§impl Debug for StreamHandle
impl Debug for StreamHandle
impl Eq for StreamHandle
Source§impl Hash for StreamHandle
impl Hash for StreamHandle
Source§impl Ord for StreamHandle
impl Ord for StreamHandle
Source§fn cmp(&self, other: &StreamHandle) -> Ordering
fn cmp(&self, other: &StreamHandle) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for StreamHandle
impl PartialEq for StreamHandle
Source§impl PartialOrd for StreamHandle
impl PartialOrd 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