pub struct RelatedAssets {
pub assets: Option<Vec<RelatedAsset>>,
pub relationship_attributes: Option<RelationshipAttributes>,
}Expand description
DEPRECATED. This message only presents for the purpose of backward-compatibility. The server will never populate this message in responses. The detailed related assets with the relationship_type.
This type is not used in any activity, and only used as part of another schema.
Fields§
§assets: Option<Vec<RelatedAsset>>The peer resources of the relationship.
relationship_attributes: Option<RelationshipAttributes>The detailed relationship attributes.
Trait Implementations§
Source§impl Clone for RelatedAssets
impl Clone for RelatedAssets
Source§fn clone(&self) -> RelatedAssets
fn clone(&self) -> RelatedAssets
Returns a duplicate 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 RelatedAssets
impl Debug for RelatedAssets
Source§impl Default for RelatedAssets
impl Default for RelatedAssets
Source§fn default() -> RelatedAssets
fn default() -> RelatedAssets
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RelatedAssets
impl<'de> Deserialize<'de> for RelatedAssets
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
Source§impl Serialize for RelatedAssets
impl Serialize for RelatedAssets
impl Part for RelatedAssets
Auto Trait Implementations§
impl Freeze for RelatedAssets
impl RefUnwindSafe for RelatedAssets
impl Send for RelatedAssets
impl Sync for RelatedAssets
impl Unpin for RelatedAssets
impl UnwindSafe for RelatedAssets
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