Struct google_youtube3::api::I18nRegionListResponse
source · pub struct I18nRegionListResponse {
pub etag: Option<String>,
pub event_id: Option<String>,
pub items: Option<Vec<I18nRegion>>,
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).
- list i18n regions (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<I18nRegion>>
A list of regions where YouTube is available. In this map, the i18n region ID is the map key, and its value is the corresponding i18nRegion resource.
kind: Option<String>
Identifies what kind of resource this is. Value: the fixed string “youtube#i18nRegionListResponse”.
visitor_id: Option<String>
The visitorId identifies the visitor.
Trait Implementations§
source§impl Clone for I18nRegionListResponse
impl Clone for I18nRegionListResponse
source§fn clone(&self) -> I18nRegionListResponse
fn clone(&self) -> I18nRegionListResponse
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 I18nRegionListResponse
impl Debug for I18nRegionListResponse
source§impl Default for I18nRegionListResponse
impl Default for I18nRegionListResponse
source§fn default() -> I18nRegionListResponse
fn default() -> I18nRegionListResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for I18nRegionListResponse
impl<'de> Deserialize<'de> for I18nRegionListResponse
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 I18nRegionListResponse
impl Serialize for I18nRegionListResponse
source§impl ToParts for I18nRegionListResponse
impl ToParts for I18nRegionListResponse
impl ResponseResult for I18nRegionListResponse
Auto Trait Implementations§
impl RefUnwindSafe for I18nRegionListResponse
impl Send for I18nRegionListResponse
impl Sync for I18nRegionListResponse
impl Unpin for I18nRegionListResponse
impl UnwindSafe for I18nRegionListResponse
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