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