pub struct AscribableStateRelationship {
pub name: String,
pub description: Option<String>,
pub relating_ascribable_state: AscribableStateRef,
pub related_ascribable_state: AscribableStateRef,
}Fields§
§name: String§description: Option<String>§relating_ascribable_state: AscribableStateRefTrait Implementations§
Source§impl Clone for AscribableStateRelationship
impl Clone for AscribableStateRelationship
Source§fn clone(&self) -> AscribableStateRelationship
fn clone(&self) -> AscribableStateRelationship
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 AscribableStateRelationship
impl Debug for AscribableStateRelationship
Source§impl PartialEq for AscribableStateRelationship
impl PartialEq for AscribableStateRelationship
Source§fn eq(&self, other: &AscribableStateRelationship) -> bool
fn eq(&self, other: &AscribableStateRelationship) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AscribableStateRelationship
Auto Trait Implementations§
impl Freeze for AscribableStateRelationship
impl RefUnwindSafe for AscribableStateRelationship
impl Send for AscribableStateRelationship
impl Sync for AscribableStateRelationship
impl Unpin for AscribableStateRelationship
impl UnsafeUnpin for AscribableStateRelationship
impl UnwindSafe for AscribableStateRelationship
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