pub struct SnsUpgradeQueryGap {
pub method: String,
pub reason: String,
}Expand description
SnsUpgradeQueryGap
Failed next-version query retained after deployed-version collection succeeded.
Fields§
§method: StringNative SNS-W method that failed.
reason: StringTransport, encoding, or decoding failure retained for diagnostics.
Trait Implementations§
Source§impl Clone for SnsUpgradeQueryGap
impl Clone for SnsUpgradeQueryGap
Source§fn clone(&self) -> SnsUpgradeQueryGap
fn clone(&self) -> SnsUpgradeQueryGap
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 SnsUpgradeQueryGap
impl Debug for SnsUpgradeQueryGap
impl Eq for SnsUpgradeQueryGap
Source§impl PartialEq for SnsUpgradeQueryGap
impl PartialEq for SnsUpgradeQueryGap
Source§impl Serialize for SnsUpgradeQueryGap
impl Serialize for SnsUpgradeQueryGap
impl StructuralPartialEq for SnsUpgradeQueryGap
Auto Trait Implementations§
impl Freeze for SnsUpgradeQueryGap
impl RefUnwindSafe for SnsUpgradeQueryGap
impl Send for SnsUpgradeQueryGap
impl Sync for SnsUpgradeQueryGap
impl Unpin for SnsUpgradeQueryGap
impl UnsafeUnpin for SnsUpgradeQueryGap
impl UnwindSafe for SnsUpgradeQueryGap
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