pub struct StreamSourceId<'a>(/* private fields */);Expand description
Exact source version supplied by the source owner.
Implementations§
Trait Implementations§
Source§impl<'a> Clone for StreamSourceId<'a>
impl<'a> Clone for StreamSourceId<'a>
Source§fn clone(&self) -> StreamSourceId<'a>
fn clone(&self) -> StreamSourceId<'a>
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<'a> Copy for StreamSourceId<'a>
Source§impl Debug for StreamSourceId<'_>
impl Debug for StreamSourceId<'_>
impl<'a> Eq for StreamSourceId<'a>
Source§impl<'a> Hash for StreamSourceId<'a>
impl<'a> Hash for StreamSourceId<'a>
Source§impl<'a> Ord for StreamSourceId<'a>
impl<'a> Ord for StreamSourceId<'a>
Source§fn cmp(&self, other: &StreamSourceId<'a>) -> Ordering
fn cmp(&self, other: &StreamSourceId<'a>) -> 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<'a> PartialEq for StreamSourceId<'a>
impl<'a> PartialEq for StreamSourceId<'a>
Source§impl<'a> PartialOrd for StreamSourceId<'a>
impl<'a> PartialOrd for StreamSourceId<'a>
impl<'a> StructuralPartialEq for StreamSourceId<'a>
Auto Trait Implementations§
impl<'a> Freeze for StreamSourceId<'a>
impl<'a> RefUnwindSafe for StreamSourceId<'a>
impl<'a> Send for StreamSourceId<'a>
impl<'a> Sync for StreamSourceId<'a>
impl<'a> Unpin for StreamSourceId<'a>
impl<'a> UnsafeUnpin for StreamSourceId<'a>
impl<'a> UnwindSafe for StreamSourceId<'a>
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