pub struct PaidMediaLivePhoto {
pub live_photo: LivePhoto,
}Expand description
A live photo available as paid media.
Fields§
§live_photo: LivePhotoThe live photo.
Trait Implementations§
Source§impl Clone for PaidMediaLivePhoto
impl Clone for PaidMediaLivePhoto
Source§fn clone(&self) -> PaidMediaLivePhoto
fn clone(&self) -> PaidMediaLivePhoto
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 PaidMediaLivePhoto
impl Debug for PaidMediaLivePhoto
Source§impl<'de> Deserialize<'de> for PaidMediaLivePhoto
impl<'de> Deserialize<'de> for PaidMediaLivePhoto
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 PaidMediaLivePhoto
impl RefUnwindSafe for PaidMediaLivePhoto
impl Send for PaidMediaLivePhoto
impl Sync for PaidMediaLivePhoto
impl Unpin for PaidMediaLivePhoto
impl UnsafeUnpin for PaidMediaLivePhoto
impl UnwindSafe for PaidMediaLivePhoto
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