pub struct RabbitMqApiError {
pub code: StatusCode,
pub text: String,
}
Fields§
§code: StatusCode
§text: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RabbitMqApiError
impl RefUnwindSafe for RabbitMqApiError
impl Send for RabbitMqApiError
impl Sync for RabbitMqApiError
impl Unpin for RabbitMqApiError
impl UnwindSafe for RabbitMqApiError
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