pub struct RelationshipMeta {
pub kind: RelationshipKind,
pub alias: Option<String>,
pub properties_accessed: Vec<String>,
pub context: String,
pub file: String,
pub line: u32,
}Fields§
§kind: RelationshipKind§alias: Option<String>§properties_accessed: Vec<String>§context: String§file: String§line: u32Trait Implementations§
Source§impl Clone for RelationshipMeta
impl Clone for RelationshipMeta
Source§fn clone(&self) -> RelationshipMeta
fn clone(&self) -> RelationshipMeta
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 moreAuto Trait Implementations§
impl Freeze for RelationshipMeta
impl RefUnwindSafe for RelationshipMeta
impl Send for RelationshipMeta
impl Sync for RelationshipMeta
impl Unpin for RelationshipMeta
impl UnsafeUnpin for RelationshipMeta
impl UnwindSafe for RelationshipMeta
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