Struct aws_sdk_appflow::types::SlackMetadata
source · #[non_exhaustive]pub struct SlackMetadata { /* private fields */ }Expand description
The connector metadata specific to Slack.
Implementations§
source§impl SlackMetadata
impl SlackMetadata
sourcepub fn o_auth_scopes(&self) -> Option<&[String]>
pub fn o_auth_scopes(&self) -> Option<&[String]>
The desired authorization scope for the Slack account.
source§impl SlackMetadata
impl SlackMetadata
sourcepub fn builder() -> SlackMetadataBuilder
pub fn builder() -> SlackMetadataBuilder
Creates a new builder-style object to manufacture SlackMetadata.
Trait Implementations§
source§impl Clone for SlackMetadata
impl Clone for SlackMetadata
source§fn clone(&self) -> SlackMetadata
fn clone(&self) -> SlackMetadata
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 SlackMetadata
impl Debug for SlackMetadata
source§impl PartialEq<SlackMetadata> for SlackMetadata
impl PartialEq<SlackMetadata> for SlackMetadata
source§fn eq(&self, other: &SlackMetadata) -> bool
fn eq(&self, other: &SlackMetadata) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SlackMetadata
Auto Trait Implementations§
impl RefUnwindSafe for SlackMetadata
impl Send for SlackMetadata
impl Sync for SlackMetadata
impl Unpin for SlackMetadata
impl UnwindSafe for SlackMetadata
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