pub struct StructureId(/* private fields */);Expand description
Stable result-local identity of one logical structure element.
Implementations§
Trait Implementations§
Source§impl Clone for StructureId
impl Clone for StructureId
Source§fn clone(&self) -> StructureId
fn clone(&self) -> StructureId
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 StructureId
Source§impl Debug for StructureId
impl Debug for StructureId
impl Eq for StructureId
Source§impl Hash for StructureId
impl Hash for StructureId
Source§impl Ord for StructureId
impl Ord for StructureId
Source§fn cmp(&self, other: &StructureId) -> Ordering
fn cmp(&self, other: &StructureId) -> 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
Source§impl PartialEq for StructureId
impl PartialEq for StructureId
Source§impl PartialOrd for StructureId
impl PartialOrd for StructureId
impl StructuralPartialEq for StructureId
Auto Trait Implementations§
impl Freeze for StructureId
impl RefUnwindSafe for StructureId
impl Send for StructureId
impl Sync for StructureId
impl Unpin for StructureId
impl UnsafeUnpin for StructureId
impl UnwindSafe for StructureId
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