pub struct DataTrackSid(/* private fields */);Expand description
SFU-assigned identifier uniquely identifying a data track.
Trait Implementations§
Source§impl Clone for DataTrackSid
impl Clone for DataTrackSid
Source§fn clone(&self) -> DataTrackSid
fn clone(&self) -> DataTrackSid
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 DataTrackSid
impl Debug for DataTrackSid
Source§impl Display for DataTrackSid
impl Display for DataTrackSid
Source§impl From<DataTrackSid> for String
impl From<DataTrackSid> for String
Source§fn from(id: DataTrackSid) -> Self
fn from(id: DataTrackSid) -> Self
Converts to this type from the input type.
Source§impl Hash for DataTrackSid
impl Hash for DataTrackSid
Source§impl Ord for DataTrackSid
impl Ord for DataTrackSid
Source§fn cmp(&self, other: &DataTrackSid) -> Ordering
fn cmp(&self, other: &DataTrackSid) -> Ordering
1.21.0 · 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 DataTrackSid
impl PartialEq for DataTrackSid
Source§impl PartialOrd for DataTrackSid
impl PartialOrd for DataTrackSid
Source§impl TryFrom<String> for DataTrackSid
impl TryFrom<String> for DataTrackSid
impl Eq for DataTrackSid
impl StructuralPartialEq for DataTrackSid
Auto Trait Implementations§
impl Freeze for DataTrackSid
impl RefUnwindSafe for DataTrackSid
impl Send for DataTrackSid
impl Sync for DataTrackSid
impl Unpin for DataTrackSid
impl UnsafeUnpin for DataTrackSid
impl UnwindSafe for DataTrackSid
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