Struct raystack::ClientSeed [−][src]
pub struct ClientSeed { /* fields omitted */ }Expand description
Contains resources used by a SkySparkClient. If creating multiple
SkySparkClients, the same ClientSeed should be reused for each,
by calling the .clone() method.
Implementations
Create a new ClientSeed. The timeout determines how long the
underlying HTTP library will wait before timing out.
Create a new ClientSeed. Use this method if sharing a
reqwest::Client throughout your program.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ClientSeedimpl Send for ClientSeedimpl Sync for ClientSeedimpl Unpin for ClientSeedimpl !UnwindSafe for ClientSeedBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more