pub struct GetAnalytics402Response {
pub error: Option<String>,
pub code: Option<String>,
}Fields§
§error: Option<String>§code: Option<String>Implementations§
Source§impl GetAnalytics402Response
impl GetAnalytics402Response
pub fn new() -> GetAnalytics402Response
Trait Implementations§
Source§impl Clone for GetAnalytics402Response
impl Clone for GetAnalytics402Response
Source§fn clone(&self) -> GetAnalytics402Response
fn clone(&self) -> GetAnalytics402Response
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 GetAnalytics402Response
impl Debug for GetAnalytics402Response
Source§impl Default for GetAnalytics402Response
impl Default for GetAnalytics402Response
Source§fn default() -> GetAnalytics402Response
fn default() -> GetAnalytics402Response
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetAnalytics402Response
impl<'de> Deserialize<'de> for GetAnalytics402Response
Source§fn 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
Source§impl PartialEq for GetAnalytics402Response
impl PartialEq for GetAnalytics402Response
Source§fn eq(&self, other: &GetAnalytics402Response) -> bool
fn eq(&self, other: &GetAnalytics402Response) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GetAnalytics402Response
impl Serialize for GetAnalytics402Response
impl StructuralPartialEq for GetAnalytics402Response
Auto Trait Implementations§
impl Freeze for GetAnalytics402Response
impl RefUnwindSafe for GetAnalytics402Response
impl Send for GetAnalytics402Response
impl Sync for GetAnalytics402Response
impl Unpin for GetAnalytics402Response
impl UnsafeUnpin for GetAnalytics402Response
impl UnwindSafe for GetAnalytics402Response
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