Struct google_youtube3::api::PlaylistImage
source · pub struct PlaylistImage {
pub id: Option<String>,
pub kind: Option<String>,
pub snippet: Option<PlaylistImageSnippet>,
}
Expand description
There is no detailed description.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- delete playlist images (none)
- insert playlist images (request|response)
- list playlist images (none)
- update playlist images (request|response)
Fields§
§id: Option<String>
Identifies this resource (playlist id and image type).
kind: Option<String>
Identifies what kind of resource this is. Value: the fixed string “youtube#playlistImages”.
snippet: Option<PlaylistImageSnippet>
no description provided
Trait Implementations§
source§impl Clone for PlaylistImage
impl Clone for PlaylistImage
source§fn clone(&self) -> PlaylistImage
fn clone(&self) -> PlaylistImage
Returns a copy 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 PlaylistImage
impl Debug for PlaylistImage
source§impl Default for PlaylistImage
impl Default for PlaylistImage
source§fn default() -> PlaylistImage
fn default() -> PlaylistImage
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PlaylistImage
impl<'de> Deserialize<'de> for PlaylistImage
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 Serialize for PlaylistImage
impl Serialize for PlaylistImage
source§impl ToParts for PlaylistImage
impl ToParts for PlaylistImage
impl RequestValue for PlaylistImage
impl Resource for PlaylistImage
impl ResponseResult for PlaylistImage
Auto Trait Implementations§
impl RefUnwindSafe for PlaylistImage
impl Send for PlaylistImage
impl Sync for PlaylistImage
impl Unpin for PlaylistImage
impl UnwindSafe for PlaylistImage
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