pub struct ClientDataReporting {
pub CMCDParameters: Vec<CMCDParameters>,
pub serviceLocations: Option<String>,
pub adaptationSets: Option<String>,
}Expand description
Generic Recording System descriptor.
Fields§
§CMCDParameters: Vec<CMCDParameters>§serviceLocations: Option<String>§adaptationSets: Option<String>Trait Implementations§
Source§impl Clone for ClientDataReporting
impl Clone for ClientDataReporting
Source§fn clone(&self) -> ClientDataReporting
fn clone(&self) -> ClientDataReporting
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 ClientDataReporting
impl Debug for ClientDataReporting
Source§impl Default for ClientDataReporting
impl Default for ClientDataReporting
Source§fn default() -> ClientDataReporting
fn default() -> ClientDataReporting
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClientDataReportingwhere
ClientDataReporting: Default,
impl<'de> Deserialize<'de> for ClientDataReportingwhere
ClientDataReporting: Default,
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ClientDataReporting
impl PartialEq for ClientDataReporting
Source§impl Serialize for ClientDataReporting
impl Serialize for ClientDataReporting
impl StructuralPartialEq for ClientDataReporting
Auto Trait Implementations§
impl Freeze for ClientDataReporting
impl RefUnwindSafe for ClientDataReporting
impl Send for ClientDataReporting
impl Sync for ClientDataReporting
impl Unpin for ClientDataReporting
impl UnwindSafe for ClientDataReporting
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