pub struct ReplicateConfig { /* private fields */ }
Expand description
Config for Replicate Client
Implementations§
Trait Implementations§
Source§impl Clone for ReplicateConfig
impl Clone for ReplicateConfig
Source§fn clone(&self) -> ReplicateConfig
fn clone(&self) -> ReplicateConfig
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 moreSource§impl Debug for ReplicateConfig
impl Debug for ReplicateConfig
Auto Trait Implementations§
impl Freeze for ReplicateConfig
impl RefUnwindSafe for ReplicateConfig
impl Send for ReplicateConfig
impl Sync for ReplicateConfig
impl Unpin for ReplicateConfig
impl UnwindSafe for ReplicateConfig
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