pub struct VerificationIssue { /* private fields */ }Expand description
One verification issue tied to a link.
Implementations§
Source§impl VerificationIssue
impl VerificationIssue
Sourcepub const fn kind(&self) -> VerificationIssueKind
pub const fn kind(&self) -> VerificationIssueKind
Issue kind.
Sourcepub const fn span(&self) -> Option<SourceSpan>
pub const fn span(&self) -> Option<SourceSpan>
Source span attached to the issue link, when available.
Trait Implementations§
Source§impl Clone for VerificationIssue
impl Clone for VerificationIssue
Source§fn clone(&self) -> VerificationIssue
fn clone(&self) -> VerificationIssue
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 VerificationIssue
impl Debug for VerificationIssue
impl Eq for VerificationIssue
Source§impl PartialEq for VerificationIssue
impl PartialEq for VerificationIssue
Source§fn eq(&self, other: &VerificationIssue) -> bool
fn eq(&self, other: &VerificationIssue) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VerificationIssue
Auto Trait Implementations§
impl Freeze for VerificationIssue
impl RefUnwindSafe for VerificationIssue
impl Send for VerificationIssue
impl Sync for VerificationIssue
impl Unpin for VerificationIssue
impl UnsafeUnpin for VerificationIssue
impl UnwindSafe for VerificationIssue
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