Struct avassa_client::ClientBuilder [−][src]
pub struct ClientBuilder { /* fields omitted */ }Expand description
Builder for an Avassa Client
Implementations
Add a root certificate for API certificate verification
Disable certificate verification
Disable hostname verification
Login the application from secret set in the environment
approle_id can optionally be provided
This assumes the environment variable APPROLE_SECRET_ID is set by the system.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ClientBuilder
impl Send for ClientBuilder
impl Sync for ClientBuilder
impl Unpin for ClientBuilder
impl UnwindSafe for ClientBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. 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
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
