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