pub struct OversyncClientBuilder { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for OversyncClientBuilder
impl Clone for OversyncClientBuilder
Source§fn clone(&self) -> OversyncClientBuilder
fn clone(&self) -> OversyncClientBuilder
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 OversyncClientBuilder
impl RefUnwindSafe for OversyncClientBuilder
impl Send for OversyncClientBuilder
impl Sync for OversyncClientBuilder
impl Unpin for OversyncClientBuilder
impl UnsafeUnpin for OversyncClientBuilder
impl UnwindSafe for OversyncClientBuilder
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