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