pub struct RPError {
pub message: String,
}
Expand description
§RPError
Error related to the Client response expectations
Fields§
§message: String
Error Message
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RPError
impl RefUnwindSafe for RPError
impl Send for RPError
impl Sync for RPError
impl Unpin for RPError
impl UnwindSafe for RPError
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