pub struct RemoteAPIError { /* private fields */ }Expand description
RemoteAPIError will be retured if the client was unable to send our receive messages
Implementations§
Trait Implementations§
Source§impl Debug for RemoteAPIError
impl Debug for RemoteAPIError
Auto Trait Implementations§
impl Freeze for RemoteAPIError
impl RefUnwindSafe for RemoteAPIError
impl Send for RemoteAPIError
impl Sync for RemoteAPIError
impl Unpin for RemoteAPIError
impl UnwindSafe for RemoteAPIError
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