pub struct IntegrationRef {
pub id: String,
pub name: String,
}Fields§
§id: String§name: StringTrait Implementations§
Source§impl Clone for IntegrationRef
impl Clone for IntegrationRef
Source§fn clone(&self) -> IntegrationRef
fn clone(&self) -> IntegrationRef
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 IntegrationRef
impl Debug for IntegrationRef
Source§impl<'de> Deserialize<'de> for IntegrationRef
impl<'de> Deserialize<'de> for IntegrationRef
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 IntegrationRef
impl PartialEq for IntegrationRef
Source§impl Serialize for IntegrationRef
impl Serialize for IntegrationRef
impl StructuralPartialEq for IntegrationRef
Auto Trait Implementations§
impl Freeze for IntegrationRef
impl RefUnwindSafe for IntegrationRef
impl Send for IntegrationRef
impl Sync for IntegrationRef
impl Unpin for IntegrationRef
impl UnsafeUnpin for IntegrationRef
impl UnwindSafe for IntegrationRef
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