Struct in3_sys::in3_req[][src]

#[repr(C)]
pub struct in3_req {
Show 17 fields pub signers_length: uint_fast8_t, pub len: uint_fast16_t, pub attempt: uint_fast16_t, pub id: u32, pub type_: req_type_t, pub verification_state: Type, pub error: *mut c_char, pub request_context: *mut json_ctx_t, pub response_context: *mut json_ctx_t, pub requests: *mut *mut d_token_t, pub responses: *mut *mut d_token_t, pub raw_response: *mut in3_response_t, pub signers: *mut u8, pub nodes: *mut node_match_t, pub cache: *mut cache_entry_t, pub required: *mut in3_req, pub client: *mut in3_t,
}

Fields

signers_length: uint_fast8_tlen: uint_fast16_tattempt: uint_fast16_tid: u32type_: req_type_tverification_state: Typeerror: *mut c_charrequest_context: *mut json_ctx_tresponse_context: *mut json_ctx_trequests: *mut *mut d_token_tresponses: *mut *mut d_token_traw_response: *mut in3_response_tsigners: *mut u8nodes: *mut node_match_tcache: *mut cache_entry_trequired: *mut in3_reqclient: *mut in3_t

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.