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