pub struct VideoContent {
pub media: Option<CDNMedia>,
pub thumb_media: Option<CDNMedia>,
pub duration_ms: Option<i32>,
}Fields§
§media: Option<CDNMedia>§thumb_media: Option<CDNMedia>§duration_ms: Option<i32>Trait Implementations§
Source§impl Clone for VideoContent
impl Clone for VideoContent
Source§fn clone(&self) -> VideoContent
fn clone(&self) -> VideoContent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 VideoContent
impl RefUnwindSafe for VideoContent
impl Send for VideoContent
impl Sync for VideoContent
impl Unpin for VideoContent
impl UnsafeUnpin for VideoContent
impl UnwindSafe for VideoContent
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