pub struct RelationshipChange {
pub source: String,
pub target: String,
pub kind: String,
}Fields§
§source: String§target: String§kind: StringTrait Implementations§
Source§impl Clone for RelationshipChange
impl Clone for RelationshipChange
Source§fn clone(&self) -> RelationshipChange
fn clone(&self) -> RelationshipChange
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 RelationshipChange
impl Debug for RelationshipChange
Auto Trait Implementations§
impl Freeze for RelationshipChange
impl RefUnwindSafe for RelationshipChange
impl Send for RelationshipChange
impl Sync for RelationshipChange
impl Unpin for RelationshipChange
impl UnsafeUnpin for RelationshipChange
impl UnwindSafe for RelationshipChange
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