pub struct IntegrationMappingIntegrationType(pub String);Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for IntegrationMappingIntegrationType
impl Clone for IntegrationMappingIntegrationType
Source§fn clone(&self) -> IntegrationMappingIntegrationType
fn clone(&self) -> IntegrationMappingIntegrationType
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 Default for IntegrationMappingIntegrationType
impl Default for IntegrationMappingIntegrationType
Source§fn default() -> IntegrationMappingIntegrationType
fn default() -> IntegrationMappingIntegrationType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IntegrationMappingIntegrationType
impl<'de> Deserialize<'de> for IntegrationMappingIntegrationType
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
impl Eq for IntegrationMappingIntegrationType
impl StructuralPartialEq for IntegrationMappingIntegrationType
Auto Trait Implementations§
impl Freeze for IntegrationMappingIntegrationType
impl RefUnwindSafe for IntegrationMappingIntegrationType
impl Send for IntegrationMappingIntegrationType
impl Sync for IntegrationMappingIntegrationType
impl Unpin for IntegrationMappingIntegrationType
impl UnsafeUnpin for IntegrationMappingIntegrationType
impl UnwindSafe for IntegrationMappingIntegrationType
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