pub struct IntegrityResourceDiagnostic { /* private fields */ }Expand description
Typed bounded-resource failure.
Implementations§
Source§impl IntegrityResourceDiagnostic
impl IntegrityResourceDiagnostic
Sourcepub const fn diagnostic_code(&self) -> u16
pub const fn diagnostic_code(&self) -> u16
Return the stable compact diagnostic code.
Trait Implementations§
Source§impl Clone for IntegrityResourceDiagnostic
impl Clone for IntegrityResourceDiagnostic
Source§fn clone(&self) -> IntegrityResourceDiagnostic
fn clone(&self) -> IntegrityResourceDiagnostic
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 IntegrityResourceDiagnostic
impl Debug for IntegrityResourceDiagnostic
Source§impl<'de> Deserialize<'de> for IntegrityResourceDiagnostic
impl<'de> Deserialize<'de> for IntegrityResourceDiagnostic
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for IntegrityResourceDiagnostic
impl StructuralPartialEq for IntegrityResourceDiagnostic
Auto Trait Implementations§
impl Freeze for IntegrityResourceDiagnostic
impl RefUnwindSafe for IntegrityResourceDiagnostic
impl Send for IntegrityResourceDiagnostic
impl Sync for IntegrityResourceDiagnostic
impl Unpin for IntegrityResourceDiagnostic
impl UnsafeUnpin for IntegrityResourceDiagnostic
impl UnwindSafe for IntegrityResourceDiagnostic
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