pub struct SnsCanisterHealthQueryGap {
pub method: SnsCanisterMethod,
pub reason: String,
}Expand description
SnsCanisterHealthQueryGap
Failed Root health ingress retained after the inventory query succeeded.
Fields§
§method: SnsCanisterMethodNative Root health method that failed.
reason: StringTransport, encoding, or decoding failure retained for diagnostics.
Trait Implementations§
Source§impl Clone for SnsCanisterHealthQueryGap
impl Clone for SnsCanisterHealthQueryGap
Source§fn clone(&self) -> SnsCanisterHealthQueryGap
fn clone(&self) -> SnsCanisterHealthQueryGap
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 SnsCanisterHealthQueryGap
impl Debug for SnsCanisterHealthQueryGap
impl Eq for SnsCanisterHealthQueryGap
impl StructuralPartialEq for SnsCanisterHealthQueryGap
Auto Trait Implementations§
impl Freeze for SnsCanisterHealthQueryGap
impl RefUnwindSafe for SnsCanisterHealthQueryGap
impl Send for SnsCanisterHealthQueryGap
impl Sync for SnsCanisterHealthQueryGap
impl Unpin for SnsCanisterHealthQueryGap
impl UnsafeUnpin for SnsCanisterHealthQueryGap
impl UnwindSafe for SnsCanisterHealthQueryGap
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