Struct google_youtube3::api::ChannelContentOwnerDetails
source · pub struct ChannelContentOwnerDetails {
pub content_owner: Option<String>,
pub time_linked: Option<DateTime<Utc>>,
}
Expand description
The contentOwnerDetails object encapsulates channel data that is relevant for YouTube Partners linked with the channel.
This type is not used in any activity, and only used as part of another schema.
Fields§
§content_owner: Option<String>
The ID of the content owner linked to the channel.
time_linked: Option<DateTime<Utc>>
The date and time when the channel was linked to the content owner.
Trait Implementations§
source§impl Clone for ChannelContentOwnerDetails
impl Clone for ChannelContentOwnerDetails
source§fn clone(&self) -> ChannelContentOwnerDetails
fn clone(&self) -> ChannelContentOwnerDetails
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 ChannelContentOwnerDetails
impl Debug for ChannelContentOwnerDetails
source§impl Default for ChannelContentOwnerDetails
impl Default for ChannelContentOwnerDetails
source§fn default() -> ChannelContentOwnerDetails
fn default() -> ChannelContentOwnerDetails
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ChannelContentOwnerDetails
impl<'de> Deserialize<'de> for ChannelContentOwnerDetails
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 ChannelContentOwnerDetails
Auto Trait Implementations§
impl RefUnwindSafe for ChannelContentOwnerDetails
impl Send for ChannelContentOwnerDetails
impl Sync for ChannelContentOwnerDetails
impl Unpin for ChannelContentOwnerDetails
impl UnwindSafe for ChannelContentOwnerDetails
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