Struct amazon_sp_product_pricing::models::get_offers_http_status_line::GetOffersHttpStatusLine
source · [−]pub struct GetOffersHttpStatusLine {
pub status_code: Option<i32>,
pub reason_phrase: Option<String>,
}Expand description
GetOffersHttpStatusLine : The HTTP status line associated with the response. For more information, consult RFC 2616.
Fields
status_code: Option<i32>The HTTP response Status Code.
reason_phrase: Option<String>The HTTP response Reason-Phase.
Implementations
sourceimpl GetOffersHttpStatusLine
impl GetOffersHttpStatusLine
sourcepub fn new() -> GetOffersHttpStatusLine
pub fn new() -> GetOffersHttpStatusLine
The HTTP status line associated with the response. For more information, consult RFC 2616.
Trait Implementations
sourceimpl Clone for GetOffersHttpStatusLine
impl Clone for GetOffersHttpStatusLine
sourcefn clone(&self) -> GetOffersHttpStatusLine
fn clone(&self) -> GetOffersHttpStatusLine
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetOffersHttpStatusLine
impl Debug for GetOffersHttpStatusLine
sourceimpl Default for GetOffersHttpStatusLine
impl Default for GetOffersHttpStatusLine
sourcefn default() -> GetOffersHttpStatusLine
fn default() -> GetOffersHttpStatusLine
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GetOffersHttpStatusLine
impl<'de> Deserialize<'de> for GetOffersHttpStatusLine
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<GetOffersHttpStatusLine> for GetOffersHttpStatusLine
impl PartialEq<GetOffersHttpStatusLine> for GetOffersHttpStatusLine
sourcefn eq(&self, other: &GetOffersHttpStatusLine) -> bool
fn eq(&self, other: &GetOffersHttpStatusLine) -> bool
sourceimpl Serialize for GetOffersHttpStatusLine
impl Serialize for GetOffersHttpStatusLine
impl StructuralPartialEq for GetOffersHttpStatusLine
Auto Trait Implementations
impl RefUnwindSafe for GetOffersHttpStatusLine
impl Send for GetOffersHttpStatusLine
impl Sync for GetOffersHttpStatusLine
impl Unpin for GetOffersHttpStatusLine
impl UnwindSafe for GetOffersHttpStatusLine
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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