Struct extfg_sigma::SigmaResponse [−][src]
pub struct SigmaResponse {
pub auth_serno: u64,
pub reason: u32,
pub fees: Vec<FeeData>,
pub adata: Option<String>,
// some fields omitted
}Fields
auth_serno: u64reason: u32fees: Vec<FeeData>adata: Option<String>Implementations
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for SigmaResponse
impl Send for SigmaResponse
impl Sync for SigmaResponse
impl Unpin for SigmaResponse
impl UnwindSafe for SigmaResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
