pub struct AttributeNodeId(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for AttributeNodeId
impl Clone for AttributeNodeId
Source§fn clone(&self) -> AttributeNodeId
fn clone(&self) -> AttributeNodeId
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 AttributeNodeId
impl Debug for AttributeNodeId
Source§impl Default for AttributeNodeId
impl Default for AttributeNodeId
Source§fn default() -> AttributeNodeId
fn default() -> AttributeNodeId
Returns the “default value” for a type. Read more
Source§impl Hash for AttributeNodeId
impl Hash for AttributeNodeId
Source§impl PartialEq for AttributeNodeId
impl PartialEq for AttributeNodeId
impl Copy for AttributeNodeId
impl Eq for AttributeNodeId
impl StructuralPartialEq for AttributeNodeId
Auto Trait Implementations§
impl Freeze for AttributeNodeId
impl RefUnwindSafe for AttributeNodeId
impl Send for AttributeNodeId
impl Sync for AttributeNodeId
impl Unpin for AttributeNodeId
impl UnsafeUnpin for AttributeNodeId
impl UnwindSafe for AttributeNodeId
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