pub struct SnsSwapQueryGap {
pub component: SnsSwapComponent,
pub method: String,
pub reason: String,
}Expand description
SnsSwapQueryGap
One swap query that failed while the other bounded components were retained.
Fields§
§component: SnsSwapComponentTyped swap component whose query failed.
method: StringNative query method that failed.
reason: StringTransport, encoding, or decoding failure retained for diagnostics.
Trait Implementations§
Source§impl Clone for SnsSwapQueryGap
impl Clone for SnsSwapQueryGap
Source§fn clone(&self) -> SnsSwapQueryGap
fn clone(&self) -> SnsSwapQueryGap
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 SnsSwapQueryGap
impl Debug for SnsSwapQueryGap
impl Eq for SnsSwapQueryGap
Source§impl PartialEq for SnsSwapQueryGap
impl PartialEq for SnsSwapQueryGap
Source§impl Serialize for SnsSwapQueryGap
impl Serialize for SnsSwapQueryGap
impl StructuralPartialEq for SnsSwapQueryGap
Auto Trait Implementations§
impl Freeze for SnsSwapQueryGap
impl RefUnwindSafe for SnsSwapQueryGap
impl Send for SnsSwapQueryGap
impl Sync for SnsSwapQueryGap
impl Unpin for SnsSwapQueryGap
impl UnsafeUnpin for SnsSwapQueryGap
impl UnwindSafe for SnsSwapQueryGap
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