Expand description
GetReportResponse : The response for the getReport operation.
Fields
payload: Option<Box<Report>>errors: Option<Vec<Error>>A list of error responses returned when a request is unsuccessful.
Implementations
sourceimpl GetReportResponse
impl GetReportResponse
sourcepub fn new() -> GetReportResponse
pub fn new() -> GetReportResponse
The response for the getReport operation.
Trait Implementations
sourceimpl Clone for GetReportResponse
impl Clone for GetReportResponse
sourcefn clone(&self) -> GetReportResponse
fn clone(&self) -> GetReportResponse
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 GetReportResponse
impl Debug for GetReportResponse
sourceimpl Default for GetReportResponse
impl Default for GetReportResponse
sourcefn default() -> GetReportResponse
fn default() -> GetReportResponse
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GetReportResponse
impl<'de> Deserialize<'de> for GetReportResponse
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<GetReportResponse> for GetReportResponse
impl PartialEq<GetReportResponse> for GetReportResponse
sourcefn eq(&self, other: &GetReportResponse) -> bool
fn eq(&self, other: &GetReportResponse) -> bool
sourceimpl Serialize for GetReportResponse
impl Serialize for GetReportResponse
impl StructuralPartialEq for GetReportResponse
Auto Trait Implementations
impl RefUnwindSafe for GetReportResponse
impl Send for GetReportResponse
impl Sync for GetReportResponse
impl Unpin for GetReportResponse
impl UnwindSafe for GetReportResponse
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