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