pub struct ConnectionFailedError { /* private fields */ }Expand description
Contains error details for when there is an error getting a plugin resource from an address.
Implementations§
Trait Implementations§
Source§impl Debug for ConnectionFailedError
impl Debug for ConnectionFailedError
Auto Trait Implementations§
impl Freeze for ConnectionFailedError
impl RefUnwindSafe for ConnectionFailedError
impl Send for ConnectionFailedError
impl Sync for ConnectionFailedError
impl Unpin for ConnectionFailedError
impl UnsafeUnpin for ConnectionFailedError
impl UnwindSafe for ConnectionFailedError
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