pub struct IntegrationOut {
pub created_at: String,
pub id: String,
pub name: String,
pub updated_at: String,
}
Fields§
§created_at: String
§id: String
The integ’s ID
name: String
§updated_at: String
Implementations§
Trait Implementations§
Source§impl Clone for IntegrationOut
impl Clone for IntegrationOut
Source§fn clone(&self) -> IntegrationOut
fn clone(&self) -> IntegrationOut
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 IntegrationOut
impl Debug for IntegrationOut
Source§impl Default for IntegrationOut
impl Default for IntegrationOut
Source§fn default() -> IntegrationOut
fn default() -> IntegrationOut
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IntegrationOut
impl<'de> Deserialize<'de> for IntegrationOut
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 IntegrationOut
impl PartialEq for IntegrationOut
Source§impl Serialize for IntegrationOut
impl Serialize for IntegrationOut
impl StructuralPartialEq for IntegrationOut
Auto Trait Implementations§
impl Freeze for IntegrationOut
impl RefUnwindSafe for IntegrationOut
impl Send for IntegrationOut
impl Sync for IntegrationOut
impl Unpin for IntegrationOut
impl UnwindSafe for IntegrationOut
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