pub struct ProviderFactory { /* private fields */ }👎Deprecated since 0.25.0:
DynClientBuilder and related features have been deprecated and will be removed in a future release.Trait Implementations§
Source§impl Clone for ProviderFactory
impl Clone for ProviderFactory
Source§fn clone(&self) -> ProviderFactory
fn clone(&self) -> ProviderFactory
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for ProviderFactory
impl RefUnwindSafe for ProviderFactory
impl Send for ProviderFactory
impl Sync for ProviderFactory
impl Unpin for ProviderFactory
impl UnwindSafe for ProviderFactory
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