pub enum ArtifactReferenceErrorKind {
InvalidReference,
ScopeMismatch,
}Expand description
Stable category for reference validation failures.
Variants§
Trait Implementations§
Source§impl Clone for ArtifactReferenceErrorKind
impl Clone for ArtifactReferenceErrorKind
Source§fn clone(&self) -> ArtifactReferenceErrorKind
fn clone(&self) -> ArtifactReferenceErrorKind
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 ArtifactReferenceErrorKind
Source§impl Debug for ArtifactReferenceErrorKind
impl Debug for ArtifactReferenceErrorKind
impl Eq for ArtifactReferenceErrorKind
impl StructuralPartialEq for ArtifactReferenceErrorKind
Auto Trait Implementations§
impl Freeze for ArtifactReferenceErrorKind
impl RefUnwindSafe for ArtifactReferenceErrorKind
impl Send for ArtifactReferenceErrorKind
impl Sync for ArtifactReferenceErrorKind
impl Unpin for ArtifactReferenceErrorKind
impl UnsafeUnpin for ArtifactReferenceErrorKind
impl UnwindSafe for ArtifactReferenceErrorKind
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