Struct conjure_runtime::raw::DefaultRawClientBuilder [−][src]
pub struct DefaultRawClientBuilder;Expand description
The default raw client builder used by conjure_runtime.
Trait Implementations
type RawClient = DefaultRawClient
type RawClient = DefaultRawClient
The raw client type.
Auto Trait Implementations
impl RefUnwindSafe for DefaultRawClientBuilder
impl Send for DefaultRawClientBuilder
impl Sync for DefaultRawClientBuilder
impl Unpin for DefaultRawClientBuilder
impl UnwindSafe for DefaultRawClientBuilder
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