Struct google_youtube3::api::VideoAbuseReportReason
source · pub struct VideoAbuseReportReason {
pub etag: Option<String>,
pub id: Option<String>,
pub kind: Option<String>,
pub snippet: Option<VideoAbuseReportReasonSnippet>,
}
Expand description
A __videoAbuseReportReason__
resource identifies a reason that a video could be reported as abusive. Video abuse report reasons are used with video.ReportAbuse
.
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).
Fields§
§etag: Option<String>
Etag of this resource.
id: Option<String>
The ID of this abuse report reason.
kind: Option<String>
Identifies what kind of resource this is. Value: the fixed string "youtube#videoAbuseReportReason"
.
snippet: Option<VideoAbuseReportReasonSnippet>
The snippet
object contains basic details about the abuse report reason.
Trait Implementations§
source§impl Clone for VideoAbuseReportReason
impl Clone for VideoAbuseReportReason
source§fn clone(&self) -> VideoAbuseReportReason
fn clone(&self) -> VideoAbuseReportReason
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 VideoAbuseReportReason
impl Debug for VideoAbuseReportReason
source§impl Default for VideoAbuseReportReason
impl Default for VideoAbuseReportReason
source§fn default() -> VideoAbuseReportReason
fn default() -> VideoAbuseReportReason
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for VideoAbuseReportReason
impl<'de> Deserialize<'de> for VideoAbuseReportReason
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 VideoAbuseReportReason
impl Serialize for VideoAbuseReportReason
source§impl ToParts for VideoAbuseReportReason
impl ToParts for VideoAbuseReportReason
impl Resource for VideoAbuseReportReason
Auto Trait Implementations§
impl RefUnwindSafe for VideoAbuseReportReason
impl Send for VideoAbuseReportReason
impl Sync for VideoAbuseReportReason
impl Unpin for VideoAbuseReportReason
impl UnwindSafe for VideoAbuseReportReason
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