Struct openlimits_nash::NashParameters [−][src]
pub struct NashParameters {
pub affiliate_code: Option<String>,
pub credentials: Option<NashCredentials>,
pub client_id: u64,
pub environment: Environment,
pub timeout: Duration,
pub sign_states_loop_interval: Option<Duration>,
}Expand description
This struct represents the parameters
Fields
affiliate_code: Option<String>credentials: Option<NashCredentials>client_id: u64environment: Environmenttimeout: Durationsign_states_loop_interval: Option<Duration>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NashParameters
impl Send for NashParameters
impl Sync for NashParameters
impl Unpin for NashParameters
impl UnwindSafe for NashParameters
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more