Struct google_youtube3::api::ChannelProfileDetails
source · pub struct ChannelProfileDetails {
pub channel_id: Option<String>,
pub channel_url: Option<String>,
pub display_name: Option<String>,
pub profile_image_url: 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§
§channel_id: Option<String>
The YouTube channel ID.
channel_url: Option<String>
The channel’s URL.
display_name: Option<String>
The channel’s display name.
profile_image_url: Option<String>
The channels’s avatar URL.
Trait Implementations§
source§impl Clone for ChannelProfileDetails
impl Clone for ChannelProfileDetails
source§fn clone(&self) -> ChannelProfileDetails
fn clone(&self) -> ChannelProfileDetails
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 ChannelProfileDetails
impl Debug for ChannelProfileDetails
source§impl Default for ChannelProfileDetails
impl Default for ChannelProfileDetails
source§fn default() -> ChannelProfileDetails
fn default() -> ChannelProfileDetails
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ChannelProfileDetails
impl<'de> Deserialize<'de> for ChannelProfileDetails
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 ChannelProfileDetails
impl Serialize for ChannelProfileDetails
impl Part for ChannelProfileDetails
Auto Trait Implementations§
impl RefUnwindSafe for ChannelProfileDetails
impl Send for ChannelProfileDetails
impl Sync for ChannelProfileDetails
impl Unpin for ChannelProfileDetails
impl UnwindSafe for ChannelProfileDetails
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