pub struct RelationRef {
pub kind: String,
pub relation: Relation,
}Fields§
§kind: String§relation: RelationTrait Implementations§
Source§impl Clone for RelationRef
impl Clone for RelationRef
Source§fn clone(&self) -> RelationRef
fn clone(&self) -> RelationRef
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 RelationRef
impl Debug for RelationRef
Source§impl PartialEq for RelationRef
impl PartialEq for RelationRef
impl Eq for RelationRef
impl StructuralPartialEq for RelationRef
Auto Trait Implementations§
impl Freeze for RelationRef
impl RefUnwindSafe for RelationRef
impl Send for RelationRef
impl Sync for RelationRef
impl Unpin for RelationRef
impl UnwindSafe for RelationRef
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