pub struct SemanticNodeId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for SemanticNodeId
impl Clone for SemanticNodeId
Source§fn clone(&self) -> SemanticNodeId
fn clone(&self) -> SemanticNodeId
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 moreimpl Copy for SemanticNodeId
Source§impl Debug for SemanticNodeId
impl Debug for SemanticNodeId
impl Eq for SemanticNodeId
Source§impl Hash for SemanticNodeId
impl Hash for SemanticNodeId
Source§impl Ord for SemanticNodeId
impl Ord for SemanticNodeId
Source§fn cmp(&self, other: &SemanticNodeId) -> Ordering
fn cmp(&self, other: &SemanticNodeId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for SemanticNodeId
impl PartialEq for SemanticNodeId
Source§impl PartialOrd for SemanticNodeId
impl PartialOrd for SemanticNodeId
impl StructuralPartialEq for SemanticNodeId
Auto Trait Implementations§
impl Freeze for SemanticNodeId
impl RefUnwindSafe for SemanticNodeId
impl Send for SemanticNodeId
impl Sync for SemanticNodeId
impl Unpin for SemanticNodeId
impl UnsafeUnpin for SemanticNodeId
impl UnwindSafe for SemanticNodeId
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