pub struct ActionResourceRelationship {
pub name: String,
pub description: Option<String>,
pub relating_resource: ActionResourceRef,
pub related_resource: ActionResourceRef,
}Fields§
§name: String§description: Option<String>§relating_resource: ActionResourceRefTrait Implementations§
Source§impl Clone for ActionResourceRelationship
impl Clone for ActionResourceRelationship
Source§fn clone(&self) -> ActionResourceRelationship
fn clone(&self) -> ActionResourceRelationship
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ActionResourceRelationship
impl Debug for ActionResourceRelationship
Source§impl PartialEq for ActionResourceRelationship
impl PartialEq for ActionResourceRelationship
Source§fn eq(&self, other: &ActionResourceRelationship) -> bool
fn eq(&self, other: &ActionResourceRelationship) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ActionResourceRelationship
Auto Trait Implementations§
impl Freeze for ActionResourceRelationship
impl RefUnwindSafe for ActionResourceRelationship
impl Send for ActionResourceRelationship
impl Sync for ActionResourceRelationship
impl Unpin for ActionResourceRelationship
impl UnsafeUnpin for ActionResourceRelationship
impl UnwindSafe for ActionResourceRelationship
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