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