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