pub struct HttpAdapterResponse {
pub status_code: u16,
pub body: Value,
}Fields§
§status_code: u16§body: ValueTrait Implementations§
Source§impl Clone for HttpAdapterResponse
impl Clone for HttpAdapterResponse
Source§fn clone(&self) -> HttpAdapterResponse
fn clone(&self) -> HttpAdapterResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HttpAdapterResponse
impl Debug for HttpAdapterResponse
impl Eq for HttpAdapterResponse
Source§impl PartialEq for HttpAdapterResponse
impl PartialEq for HttpAdapterResponse
Source§fn eq(&self, other: &HttpAdapterResponse) -> bool
fn eq(&self, other: &HttpAdapterResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for HttpAdapterResponse
impl Serialize for HttpAdapterResponse
impl StructuralPartialEq for HttpAdapterResponse
Auto Trait Implementations§
impl Freeze for HttpAdapterResponse
impl RefUnwindSafe for HttpAdapterResponse
impl Send for HttpAdapterResponse
impl Sync for HttpAdapterResponse
impl Unpin for HttpAdapterResponse
impl UnsafeUnpin for HttpAdapterResponse
impl UnwindSafe for HttpAdapterResponse
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