pub struct GoalRelationshipBase {
pub goal_relationship_compact: GoalRelationshipCompact,
pub supported_goal: Option<Value>,
}Fields§
§goal_relationship_compact: GoalRelationshipCompact§supported_goal: Option<Value>Trait Implementations§
Source§impl Clone for GoalRelationshipBase
impl Clone for GoalRelationshipBase
Source§fn clone(&self) -> GoalRelationshipBase
fn clone(&self) -> GoalRelationshipBase
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 GoalRelationshipBase
impl Debug for GoalRelationshipBase
Source§impl Default for GoalRelationshipBase
impl Default for GoalRelationshipBase
Source§fn default() -> GoalRelationshipBase
fn default() -> GoalRelationshipBase
Returns the “default value” for a type. Read more
Source§impl Deref for GoalRelationshipBase
impl Deref for GoalRelationshipBase
Source§impl DerefMut for GoalRelationshipBase
impl DerefMut for GoalRelationshipBase
Source§impl<'de> Deserialize<'de> for GoalRelationshipBase
impl<'de> Deserialize<'de> for GoalRelationshipBase
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 Display for GoalRelationshipBase
impl Display for GoalRelationshipBase
Auto Trait Implementations§
impl Freeze for GoalRelationshipBase
impl RefUnwindSafe for GoalRelationshipBase
impl Send for GoalRelationshipBase
impl Sync for GoalRelationshipBase
impl Unpin for GoalRelationshipBase
impl UnsafeUnpin for GoalRelationshipBase
impl UnwindSafe for GoalRelationshipBase
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