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