pub struct ActivityContentDetailsFavorite {
pub resource_id: Option<ResourceId>,
}
Expand description
Information about a video that was marked as a favorite video.
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 resource that was marked as a favorite.
Trait Implementations§
source§impl Clone for ActivityContentDetailsFavorite
impl Clone for ActivityContentDetailsFavorite
source§fn clone(&self) -> ActivityContentDetailsFavorite
fn clone(&self) -> ActivityContentDetailsFavorite
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 Default for ActivityContentDetailsFavorite
impl Default for ActivityContentDetailsFavorite
source§fn default() -> ActivityContentDetailsFavorite
fn default() -> ActivityContentDetailsFavorite
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ActivityContentDetailsFavorite
impl<'de> Deserialize<'de> for ActivityContentDetailsFavorite
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 ActivityContentDetailsFavorite
Auto Trait Implementations§
impl RefUnwindSafe for ActivityContentDetailsFavorite
impl Send for ActivityContentDetailsFavorite
impl Sync for ActivityContentDetailsFavorite
impl Unpin for ActivityContentDetailsFavorite
impl UnwindSafe for ActivityContentDetailsFavorite
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