pub struct ErrorGetIntegrations {
pub code: String,
pub message: Option<Option<String>>,
}Fields§
§code: String§message: Option<Option<String>>Implementations§
Source§impl ErrorGetIntegrations
impl ErrorGetIntegrations
pub fn new(code: String) -> ErrorGetIntegrations
Trait Implementations§
Source§impl Clone for ErrorGetIntegrations
impl Clone for ErrorGetIntegrations
Source§fn clone(&self) -> ErrorGetIntegrations
fn clone(&self) -> ErrorGetIntegrations
Returns a duplicate of the value. Read more
1.0.0 · 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 ErrorGetIntegrations
impl Debug for ErrorGetIntegrations
Source§impl Default for ErrorGetIntegrations
impl Default for ErrorGetIntegrations
Source§fn default() -> ErrorGetIntegrations
fn default() -> ErrorGetIntegrations
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ErrorGetIntegrations
impl<'de> Deserialize<'de> for ErrorGetIntegrations
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 ErrorGetIntegrations
impl PartialEq for ErrorGetIntegrations
Source§impl Serialize for ErrorGetIntegrations
impl Serialize for ErrorGetIntegrations
impl StructuralPartialEq for ErrorGetIntegrations
Auto Trait Implementations§
impl Freeze for ErrorGetIntegrations
impl RefUnwindSafe for ErrorGetIntegrations
impl Send for ErrorGetIntegrations
impl Sync for ErrorGetIntegrations
impl Unpin for ErrorGetIntegrations
impl UnwindSafe for ErrorGetIntegrations
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