Struct google_youtube3::api::LiveChatNewSponsorDetails
source · pub struct LiveChatNewSponsorDetails {
pub is_upgrade: Option<bool>,
pub member_level_name: 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§
§is_upgrade: Option<bool>
If the viewer just had upgraded from a lower level. For viewers that were not members at the time of purchase, this field is false.
member_level_name: Option<String>
The name of the Level that the viewer just had joined. The Level names are defined by the YouTube channel offering the Membership. In some situations this field isn’t filled.
Trait Implementations§
source§impl Clone for LiveChatNewSponsorDetails
impl Clone for LiveChatNewSponsorDetails
source§fn clone(&self) -> LiveChatNewSponsorDetails
fn clone(&self) -> LiveChatNewSponsorDetails
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 LiveChatNewSponsorDetails
impl Debug for LiveChatNewSponsorDetails
source§impl Default for LiveChatNewSponsorDetails
impl Default for LiveChatNewSponsorDetails
source§fn default() -> LiveChatNewSponsorDetails
fn default() -> LiveChatNewSponsorDetails
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LiveChatNewSponsorDetails
impl<'de> Deserialize<'de> for LiveChatNewSponsorDetails
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
impl Part for LiveChatNewSponsorDetails
Auto Trait Implementations§
impl RefUnwindSafe for LiveChatNewSponsorDetails
impl Send for LiveChatNewSponsorDetails
impl Sync for LiveChatNewSponsorDetails
impl Unpin for LiveChatNewSponsorDetails
impl UnwindSafe for LiveChatNewSponsorDetails
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