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