pub struct TypeProperty {
pub node_id: NodeId,
pub node_class: NodeClass,
}Expand description
A single property of a type in the type tree.
Fields§
§node_id: NodeIdNode ID of the property.
node_class: NodeClassNode class of the property.
Trait Implementations§
Source§impl Clone for TypeProperty
impl Clone for TypeProperty
Source§fn clone(&self) -> TypeProperty
fn clone(&self) -> TypeProperty
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 TypeProperty
impl RefUnwindSafe for TypeProperty
impl Send for TypeProperty
impl Sync for TypeProperty
impl Unpin for TypeProperty
impl UnsafeUnpin for TypeProperty
impl UnwindSafe for TypeProperty
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