Struct dash_mpd::EventStream
source · [−]pub struct EventStream {
pub timescale: Option<u64>,
pub schemeIdUri: Option<String>,
pub events: Option<Vec<Event>>,
}Fields
timescale: Option<u64>schemeIdUri: Option<String>events: Option<Vec<Event>>Trait Implementations
sourceimpl Clone for EventStream
impl Clone for EventStream
sourcefn clone(&self) -> EventStream
fn clone(&self) -> EventStream
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for EventStream
impl Debug for EventStream
sourceimpl Default for EventStream
impl Default for EventStream
sourcefn default() -> EventStream
fn default() -> EventStream
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for EventStreamwhere
EventStream: Default,
impl<'de> Deserialize<'de> for EventStreamwhere
EventStream: Default,
sourcefn 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
sourceimpl Serialize for EventStream
impl Serialize for EventStream
Auto Trait Implementations
impl RefUnwindSafe for EventStream
impl Send for EventStream
impl Sync for EventStream
impl Unpin for EventStream
impl UnwindSafe for EventStream
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more