Struct google_youtube3::api::ActivityContentDetailsLike
source · pub struct ActivityContentDetailsLike {
pub resource_id: Option<ResourceId>,
}
Expand description
Information about a resource that received a positive (like) rating.
This type is not used in any activity, and only used as part of another schema.
Fields§
§resource_id: Option<ResourceId>
The resourceId object contains information that identifies the rated resource.
Trait Implementations§
source§impl Clone for ActivityContentDetailsLike
impl Clone for ActivityContentDetailsLike
source§fn clone(&self) -> ActivityContentDetailsLike
fn clone(&self) -> ActivityContentDetailsLike
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 ActivityContentDetailsLike
impl Debug for ActivityContentDetailsLike
source§impl Default for ActivityContentDetailsLike
impl Default for ActivityContentDetailsLike
source§fn default() -> ActivityContentDetailsLike
fn default() -> ActivityContentDetailsLike
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ActivityContentDetailsLike
impl<'de> Deserialize<'de> for ActivityContentDetailsLike
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 ActivityContentDetailsLike
Auto Trait Implementations§
impl RefUnwindSafe for ActivityContentDetailsLike
impl Send for ActivityContentDetailsLike
impl Sync for ActivityContentDetailsLike
impl Unpin for ActivityContentDetailsLike
impl UnwindSafe for ActivityContentDetailsLike
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