pub struct DuplicateId {
pub tree: String,
pub kind: String,
pub id: String,
pub span: Span,
}Expand description
A detected duplicate identifier under a nodes/gates/basicEvents map.
Fields§
§tree: String§kind: String§id: String§span: SpanTrait Implementations§
Source§impl Clone for DuplicateId
impl Clone for DuplicateId
Source§fn clone(&self) -> DuplicateId
fn clone(&self) -> DuplicateId
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 moreAuto Trait Implementations§
impl Freeze for DuplicateId
impl RefUnwindSafe for DuplicateId
impl Send for DuplicateId
impl Sync for DuplicateId
impl Unpin for DuplicateId
impl UnsafeUnpin for DuplicateId
impl UnwindSafe for DuplicateId
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