pub struct ConnectClientError<'cb, 'cx> {
pub conn: Connection<'cb, 'cx>,
pub error: Error,
}Fields§
§conn: Connection<'cb, 'cx>§error: ErrorTrait Implementations§
Auto Trait Implementations§
impl<'cb, 'cx> Freeze for ConnectClientError<'cb, 'cx>
impl<'cb, 'cx> !RefUnwindSafe for ConnectClientError<'cb, 'cx>
impl<'cb, 'cx> Send for ConnectClientError<'cb, 'cx>
impl<'cb, 'cx> !Sync for ConnectClientError<'cb, 'cx>
impl<'cb, 'cx> Unpin for ConnectClientError<'cb, 'cx>
impl<'cb, 'cx> !UnwindSafe for ConnectClientError<'cb, 'cx>
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