pub struct InstallationContextConfig {
pub oauth2_install_params: Option<InstallParams>,
}
Expand description
Information about how the CurrentApplicationInfo
is installed.
Fields§
§oauth2_install_params: Option<InstallParams>
Trait Implementations§
Source§impl Clone for InstallationContextConfig
impl Clone for InstallationContextConfig
Source§fn clone(&self) -> InstallationContextConfig
fn clone(&self) -> InstallationContextConfig
Returns a copy of the value. Read more
1.0.0 · 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 InstallationContextConfig
impl Debug for InstallationContextConfig
Source§impl<'de> Deserialize<'de> for InstallationContextConfig
impl<'de> Deserialize<'de> for InstallationContextConfig
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
Auto Trait Implementations§
impl Freeze for InstallationContextConfig
impl RefUnwindSafe for InstallationContextConfig
impl Send for InstallationContextConfig
impl Sync for InstallationContextConfig
impl Unpin for InstallationContextConfig
impl UnwindSafe for InstallationContextConfig
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