Struct google_youtube3::api::SuperStickerMetadata
source · pub struct SuperStickerMetadata {
pub alt_text: Option<String>,
pub alt_text_language: Option<String>,
pub sticker_id: Option<String>,
}
Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§alt_text: Option<String>
Internationalized alt text that describes the sticker image and any animation associated with it.
alt_text_language: Option<String>
Specifies the localization language in which the alt text is returned.
sticker_id: Option<String>
Unique identifier of the Super Sticker. This is a shorter form of the alt_text that includes pack name and a recognizable characteristic of the sticker.
Trait Implementations§
source§impl Clone for SuperStickerMetadata
impl Clone for SuperStickerMetadata
source§fn clone(&self) -> SuperStickerMetadata
fn clone(&self) -> SuperStickerMetadata
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 SuperStickerMetadata
impl Debug for SuperStickerMetadata
source§impl Default for SuperStickerMetadata
impl Default for SuperStickerMetadata
source§fn default() -> SuperStickerMetadata
fn default() -> SuperStickerMetadata
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SuperStickerMetadata
impl<'de> Deserialize<'de> for SuperStickerMetadata
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 SuperStickerMetadata
impl Serialize for SuperStickerMetadata
impl Part for SuperStickerMetadata
Auto Trait Implementations§
impl RefUnwindSafe for SuperStickerMetadata
impl Send for SuperStickerMetadata
impl Sync for SuperStickerMetadata
impl Unpin for SuperStickerMetadata
impl UnwindSafe for SuperStickerMetadata
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