#[non_exhaustive]pub struct NativeFindingLabel { /* private fields */ }Expand description
One value-free source location attached to a native-format finding.
Numeric source identities are invocation-local. Adapters map them to caller-owned aliases; source paths and source contents never enter this DTO.
Implementations§
Source§impl NativeFindingLabel
impl NativeFindingLabel
Trait Implementations§
Source§impl Clone for NativeFindingLabel
impl Clone for NativeFindingLabel
Source§fn clone(&self) -> NativeFindingLabel
fn clone(&self) -> NativeFindingLabel
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 moreSource§impl Debug for NativeFindingLabel
impl Debug for NativeFindingLabel
impl Eq for NativeFindingLabel
Source§impl PartialEq for NativeFindingLabel
impl PartialEq for NativeFindingLabel
impl StructuralPartialEq for NativeFindingLabel
Auto Trait Implementations§
impl Freeze for NativeFindingLabel
impl RefUnwindSafe for NativeFindingLabel
impl Send for NativeFindingLabel
impl Sync for NativeFindingLabel
impl Unpin for NativeFindingLabel
impl UnsafeUnpin for NativeFindingLabel
impl UnwindSafe for NativeFindingLabel
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