Struct google_youtube3::api::ThumbnailSetResponse
source · pub struct ThumbnailSetResponse {
pub etag: Option<String>,
pub event_id: Option<String>,
pub items: Option<Vec<ThumbnailDetails>>,
pub kind: Option<String>,
pub visitor_id: Option<String>,
}
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).
- set thumbnails (response)
Fields§
§etag: Option<String>
Etag of this resource.
event_id: Option<String>
Serialized EventId of the request which produced this response.
items: Option<Vec<ThumbnailDetails>>
A list of thumbnails.
kind: Option<String>
Identifies what kind of resource this is. Value: the fixed string “youtube#thumbnailSetResponse”.
visitor_id: Option<String>
The visitorId identifies the visitor.
Trait Implementations§
source§impl Clone for ThumbnailSetResponse
impl Clone for ThumbnailSetResponse
source§fn clone(&self) -> ThumbnailSetResponse
fn clone(&self) -> ThumbnailSetResponse
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 ThumbnailSetResponse
impl Debug for ThumbnailSetResponse
source§impl Default for ThumbnailSetResponse
impl Default for ThumbnailSetResponse
source§fn default() -> ThumbnailSetResponse
fn default() -> ThumbnailSetResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ThumbnailSetResponse
impl<'de> Deserialize<'de> for ThumbnailSetResponse
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 ThumbnailSetResponse
impl Serialize for ThumbnailSetResponse
impl ResponseResult for ThumbnailSetResponse
Auto Trait Implementations§
impl RefUnwindSafe for ThumbnailSetResponse
impl Send for ThumbnailSetResponse
impl Sync for ThumbnailSetResponse
impl Unpin for ThumbnailSetResponse
impl UnwindSafe for ThumbnailSetResponse
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