Struct google_youtube3::api::VideoMonetizationDetails
source · pub struct VideoMonetizationDetails {
pub access: Option<AccessPolicy>,
}
Expand description
Details about monetization of a YouTube Video.
This type is not used in any activity, and only used as part of another schema.
Fields§
§access: Option<AccessPolicy>
The value of access indicates whether the video can be monetized or not.
Trait Implementations§
source§impl Clone for VideoMonetizationDetails
impl Clone for VideoMonetizationDetails
source§fn clone(&self) -> VideoMonetizationDetails
fn clone(&self) -> VideoMonetizationDetails
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 VideoMonetizationDetails
impl Debug for VideoMonetizationDetails
source§impl Default for VideoMonetizationDetails
impl Default for VideoMonetizationDetails
source§fn default() -> VideoMonetizationDetails
fn default() -> VideoMonetizationDetails
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for VideoMonetizationDetails
impl<'de> Deserialize<'de> for VideoMonetizationDetails
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 VideoMonetizationDetails
impl Serialize for VideoMonetizationDetails
impl Part for VideoMonetizationDetails
Auto Trait Implementations§
impl RefUnwindSafe for VideoMonetizationDetails
impl Send for VideoMonetizationDetails
impl Sync for VideoMonetizationDetails
impl Unpin for VideoMonetizationDetails
impl UnwindSafe for VideoMonetizationDetails
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