pub struct ConformanceSeedRelationship {
pub id: u64,
pub src: u64,
pub dst: u64,
pub typ: String,
pub props: HashMap<String, Value>,
}Fields§
§id: u64§src: u64§dst: u64§typ: String§props: HashMap<String, Value>Trait Implementations§
Source§impl Clone for ConformanceSeedRelationship
impl Clone for ConformanceSeedRelationship
Source§fn clone(&self) -> ConformanceSeedRelationship
fn clone(&self) -> ConformanceSeedRelationship
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 ConformanceSeedRelationship
impl Debug for ConformanceSeedRelationship
impl StructuralPartialEq for ConformanceSeedRelationship
Auto Trait Implementations§
impl Freeze for ConformanceSeedRelationship
impl RefUnwindSafe for ConformanceSeedRelationship
impl Send for ConformanceSeedRelationship
impl Sync for ConformanceSeedRelationship
impl Unpin for ConformanceSeedRelationship
impl UnsafeUnpin for ConformanceSeedRelationship
impl UnwindSafe for ConformanceSeedRelationship
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