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