Struct conjure_runtime::raw::DefaultRawClientBuilder
source · pub struct DefaultRawClientBuilder;Expand description
The default raw client builder used by conjure_runtime.
Trait Implementations§
source§impl BuildRawClient for DefaultRawClientBuilder
impl BuildRawClient for DefaultRawClientBuilder
§type RawClient = DefaultRawClient
type RawClient = DefaultRawClient
The raw client type.
source§impl Clone for DefaultRawClientBuilder
impl Clone for DefaultRawClientBuilder
source§fn clone(&self) -> DefaultRawClientBuilder
fn clone(&self) -> DefaultRawClientBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more