pub struct TrackSummary {
pub track_id: TrackId,
pub publisher: ParticipantId,
pub kind: TrackKind,
pub created_at_ms: u64,
pub codec_hint: Option<String>,
}Fields§
§track_id: TrackId§publisher: ParticipantId§kind: TrackKind§created_at_ms: u64§codec_hint: Option<String>Trait Implementations§
Source§impl Clone for TrackSummary
impl Clone for TrackSummary
Source§fn clone(&self) -> TrackSummary
fn clone(&self) -> TrackSummary
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 TrackSummary
impl Debug for TrackSummary
Source§impl PartialEq for TrackSummary
impl PartialEq for TrackSummary
impl Eq for TrackSummary
impl StructuralPartialEq for TrackSummary
Auto Trait Implementations§
impl Freeze for TrackSummary
impl RefUnwindSafe for TrackSummary
impl Send for TrackSummary
impl Sync for TrackSummary
impl Unpin for TrackSummary
impl UnwindSafe for TrackSummary
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