pub struct CompressorClient { /* private fields */ }Implementations§
Source§impl CompressorClient
impl CompressorClient
pub fn builder() -> CompressorClientBuilder
pub async fn connect(&self) -> Result<CompressorProxy, Error>
Trait Implementations§
Source§impl Clone for CompressorClient
impl Clone for CompressorClient
Source§fn clone(&self) -> CompressorClient
fn clone(&self) -> CompressorClient
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CompressorClient
impl !RefUnwindSafe for CompressorClient
impl Send for CompressorClient
impl Sync for CompressorClient
impl Unpin for CompressorClient
impl UnsafeUnpin for CompressorClient
impl !UnwindSafe for CompressorClient
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