pub struct TestDiagnostic {
pub category: u32,
pub status: RadixAbiStatusV1,
pub detail: String,
pub field: String,
}Fields§
§category: u32§status: RadixAbiStatusV1§detail: String§field: StringTrait Implementations§
Source§impl Clone for TestDiagnostic
impl Clone for TestDiagnostic
Source§fn clone(&self) -> TestDiagnostic
fn clone(&self) -> TestDiagnostic
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 TestDiagnostic
impl Debug for TestDiagnostic
impl Eq for TestDiagnostic
Source§impl PartialEq for TestDiagnostic
impl PartialEq for TestDiagnostic
impl StructuralPartialEq for TestDiagnostic
Auto Trait Implementations§
impl Freeze for TestDiagnostic
impl RefUnwindSafe for TestDiagnostic
impl Send for TestDiagnostic
impl Sync for TestDiagnostic
impl Unpin for TestDiagnostic
impl UnsafeUnpin for TestDiagnostic
impl UnwindSafe for TestDiagnostic
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