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