Struct conjure_runtime::raw::DefaultRawClientBuilder
source · [−]pub struct DefaultRawClientBuilder;Expand description
The default raw client builder used by conjure_runtime.
Trait Implementations
sourceimpl BuildRawClient for DefaultRawClientBuilder
impl BuildRawClient for DefaultRawClientBuilder
type RawClient = DefaultRawClient
type RawClient = DefaultRawClient
The raw client type.
sourceimpl Clone for DefaultRawClientBuilder
impl Clone for DefaultRawClientBuilder
sourcefn clone(&self) -> DefaultRawClientBuilder
fn clone(&self) -> DefaultRawClientBuilder
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DefaultRawClientBuilder
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more