pub struct DomainFact {
pub name: String,
pub kind: NodeKind,
pub relation: EdgeKind,
pub span: SourceSpan,
pub owner: Option<SymbolLocator>,
}Fields§
§name: String§kind: NodeKind§relation: EdgeKind§span: SourceSpan§owner: Option<SymbolLocator>Trait Implementations§
Source§impl Clone for DomainFact
impl Clone for DomainFact
Source§fn clone(&self) -> DomainFact
fn clone(&self) -> DomainFact
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 DomainFact
impl Debug for DomainFact
impl Eq for DomainFact
Source§impl PartialEq for DomainFact
impl PartialEq for DomainFact
impl StructuralPartialEq for DomainFact
Auto Trait Implementations§
impl Freeze for DomainFact
impl RefUnwindSafe for DomainFact
impl Send for DomainFact
impl Sync for DomainFact
impl Unpin for DomainFact
impl UnsafeUnpin for DomainFact
impl UnwindSafe for DomainFact
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