pub struct TrackStatusRequestedInfo {
pub namespace: String,
pub track: String,
}
Fields§
§namespace: String
§track: String
Trait Implementations§
Source§impl Clone for TrackStatusRequestedInfo
impl Clone for TrackStatusRequestedInfo
Source§fn clone(&self) -> TrackStatusRequestedInfo
fn clone(&self) -> TrackStatusRequestedInfo
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for TrackStatusRequestedInfo
impl RefUnwindSafe for TrackStatusRequestedInfo
impl Send for TrackStatusRequestedInfo
impl Sync for TrackStatusRequestedInfo
impl Unpin for TrackStatusRequestedInfo
impl UnwindSafe for TrackStatusRequestedInfo
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