pub struct CatClient { /* private fields */ }Expand description
cat client
Implementations§
Auto Trait Implementations§
impl Freeze for CatClient
impl RefUnwindSafe for CatClient
impl Send for CatClient
impl Sync for CatClient
impl Unpin for CatClient
impl UnwindSafe for CatClient
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