pub struct ResponseBodyWithExtensions {
pub trace_id: Option<Uuid>,
pub warnings: Vec<String>,
pub body: Bytes,
}
Fields§
§trace_id: Option<Uuid>
§warnings: Vec<String>
§body: Bytes
Auto Trait Implementations§
impl !Freeze for ResponseBodyWithExtensions
impl RefUnwindSafe for ResponseBodyWithExtensions
impl Send for ResponseBodyWithExtensions
impl Sync for ResponseBodyWithExtensions
impl Unpin for ResponseBodyWithExtensions
impl UnwindSafe for ResponseBodyWithExtensions
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