Struct conjure_runtime::client_factory::ConfigStage
source · pub struct ConfigStage(/* private fields */);Expand description
The config builder stage.
Auto Trait Implementations§
impl Freeze for ConfigStage
impl RefUnwindSafe for ConfigStage
impl Send for ConfigStage
impl Sync for ConfigStage
impl Unpin for ConfigStage
impl UnwindSafe for ConfigStage
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more