pub struct SlackAppManifestOAuthConfigInit {}
Trait Implementations§
source§impl From<SlackAppManifestOAuthConfigInit> for SlackAppManifestOAuthConfig
impl From<SlackAppManifestOAuthConfigInit> for SlackAppManifestOAuthConfig
source§fn from(value: SlackAppManifestOAuthConfigInit) -> Self
fn from(value: SlackAppManifestOAuthConfigInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SlackAppManifestOAuthConfigInit
impl Send for SlackAppManifestOAuthConfigInit
impl Sync for SlackAppManifestOAuthConfigInit
impl Unpin for SlackAppManifestOAuthConfigInit
impl UnwindSafe for SlackAppManifestOAuthConfigInit
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