Struct google_youtube3::api::AbuseReport
source · pub struct AbuseReport {
pub abuse_types: Option<Vec<AbuseType>>,
pub description: Option<String>,
pub related_entities: Option<Vec<RelatedEntity>>,
pub subject: Option<Entity>,
}
Expand description
There is no detailed description.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- insert abuse reports (request|response)
Fields§
§abuse_types: Option<Vec<AbuseType>>
no description provided
description: Option<String>
no description provided
no description provided
subject: Option<Entity>
no description provided
Trait Implementations§
source§impl Clone for AbuseReport
impl Clone for AbuseReport
source§fn clone(&self) -> AbuseReport
fn clone(&self) -> AbuseReport
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 AbuseReport
impl Debug for AbuseReport
source§impl Default for AbuseReport
impl Default for AbuseReport
source§fn default() -> AbuseReport
fn default() -> AbuseReport
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AbuseReport
impl<'de> Deserialize<'de> for AbuseReport
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 AbuseReport
impl Serialize for AbuseReport
source§impl ToParts for AbuseReport
impl ToParts for AbuseReport
impl RequestValue for AbuseReport
impl Resource for AbuseReport
impl ResponseResult for AbuseReport
Auto Trait Implementations§
impl RefUnwindSafe for AbuseReport
impl Send for AbuseReport
impl Sync for AbuseReport
impl Unpin for AbuseReport
impl UnwindSafe for AbuseReport
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