Struct alibaba_cloud_sdk_rust::sdk::responses::BaseResponse
source · [−]pub struct BaseResponse {
pub httpStatus: i32,
pub httpHeaders: HashMap<String, Vec<String>>,
pub httpContentString: String,
pub httpContentBytes: Vec<u8>,
/* private fields */
}Fields
httpStatus: i32httpHeaders: HashMap<String, Vec<String>>httpContentString: StringhttpContentBytes: Vec<u8>Implementations
sourceimpl BaseResponse
impl BaseResponse
Trait Implementations
sourceimpl Debug for BaseResponse
impl Debug for BaseResponse
sourceimpl Default for BaseResponse
impl Default for BaseResponse
sourcefn default() -> BaseResponse
fn default() -> BaseResponse
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for BaseResponse
impl Send for BaseResponse
impl Sync for BaseResponse
impl Unpin for BaseResponse
impl UnwindSafe for BaseResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more