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