Struct scylla_cql::frame::ResponseBodyWithExtensions
source · pub struct ResponseBodyWithExtensions {
pub trace_id: Option<Uuid>,
pub warnings: Vec<String>,
pub body: Bytes,
pub custom_payload: Option<HashMap<String, Bytes>>,
}
Fields§
§trace_id: Option<Uuid>
§warnings: Vec<String>
§body: Bytes
§custom_payload: Option<HashMap<String, 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