pub struct PaidMediaVideo {
pub video: Video,
}Expand description
A video available as paid media.
Fields§
§video: VideoThe video.
Trait Implementations§
Source§impl Clone for PaidMediaVideo
impl Clone for PaidMediaVideo
Source§fn clone(&self) -> PaidMediaVideo
fn clone(&self) -> PaidMediaVideo
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 moreSource§impl Debug for PaidMediaVideo
impl Debug for PaidMediaVideo
Source§impl<'de> Deserialize<'de> for PaidMediaVideo
impl<'de> Deserialize<'de> for PaidMediaVideo
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
Auto Trait Implementations§
impl Freeze for PaidMediaVideo
impl RefUnwindSafe for PaidMediaVideo
impl Send for PaidMediaVideo
impl Sync for PaidMediaVideo
impl Unpin for PaidMediaVideo
impl UnsafeUnpin for PaidMediaVideo
impl UnwindSafe for PaidMediaVideo
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