pub struct TypePropertyInverseRef {
pub type_id: NodeId,
pub path: Vec<QualifiedName>,
}Expand description
Inverse reference to a type from a property.
Fields§
§type_id: NodeIdNode ID of the type.
path: Vec<QualifiedName>Path to the property.
Trait Implementations§
Source§impl Clone for TypePropertyInverseRef
impl Clone for TypePropertyInverseRef
Source§fn clone(&self) -> TypePropertyInverseRef
fn clone(&self) -> TypePropertyInverseRef
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 TypePropertyInverseRef
impl RefUnwindSafe for TypePropertyInverseRef
impl Send for TypePropertyInverseRef
impl Sync for TypePropertyInverseRef
impl Unpin for TypePropertyInverseRef
impl UnsafeUnpin for TypePropertyInverseRef
impl UnwindSafe for TypePropertyInverseRef
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