Struct google_youtube3::api::AbuseType
source · pub struct AbuseType {
pub id: 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§
§id: Option<String>
no description provided
Trait Implementations§
source§impl<'de> Deserialize<'de> for AbuseType
impl<'de> Deserialize<'de> for AbuseType
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 AbuseType
Auto Trait Implementations§
impl RefUnwindSafe for AbuseType
impl Send for AbuseType
impl Sync for AbuseType
impl Unpin for AbuseType
impl UnwindSafe for AbuseType
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