pub struct TrackStatusRequest {
pub track_namespace: TrackNamespace,
pub track_name: Vec<u8>,
}Expand description
TRACK_STATUS_REQUEST message (type 0x0D).
Fields§
§track_namespace: TrackNamespaceThe track namespace to query status for.
track_name: Vec<u8>The track name to query status for.
Trait Implementations§
Source§impl Clone for TrackStatusRequest
impl Clone for TrackStatusRequest
Source§fn clone(&self) -> TrackStatusRequest
fn clone(&self) -> TrackStatusRequest
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 TrackStatusRequest
impl Debug for TrackStatusRequest
Source§impl PartialEq for TrackStatusRequest
impl PartialEq for TrackStatusRequest
impl Eq for TrackStatusRequest
impl StructuralPartialEq for TrackStatusRequest
Auto Trait Implementations§
impl Freeze for TrackStatusRequest
impl RefUnwindSafe for TrackStatusRequest
impl Send for TrackStatusRequest
impl Sync for TrackStatusRequest
impl Unpin for TrackStatusRequest
impl UnsafeUnpin for TrackStatusRequest
impl UnwindSafe for TrackStatusRequest
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