pub struct ApplicationIntegrationTypeConfig {
pub oauth2_install_params: Option<InstallParams>,
}Fields§
§oauth2_install_params: Option<InstallParams>Trait Implementations§
Source§impl Clone for ApplicationIntegrationTypeConfig
impl Clone for ApplicationIntegrationTypeConfig
Source§fn clone(&self) -> ApplicationIntegrationTypeConfig
fn clone(&self) -> ApplicationIntegrationTypeConfig
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<'de> Deserialize<'de> for ApplicationIntegrationTypeConfig
impl<'de> Deserialize<'de> for ApplicationIntegrationTypeConfig
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 ApplicationIntegrationTypeConfig
impl StructuralPartialEq for ApplicationIntegrationTypeConfig
Auto Trait Implementations§
impl Freeze for ApplicationIntegrationTypeConfig
impl RefUnwindSafe for ApplicationIntegrationTypeConfig
impl Send for ApplicationIntegrationTypeConfig
impl Sync for ApplicationIntegrationTypeConfig
impl Unpin for ApplicationIntegrationTypeConfig
impl UnsafeUnpin for ApplicationIntegrationTypeConfig
impl UnwindSafe for ApplicationIntegrationTypeConfig
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