#[non_exhaustive]pub struct SlackConnectorProfileProperties { /* private fields */ }
Expand description
The connector-specific profile properties required when using Slack.
Implementations
sourceimpl SlackConnectorProfileProperties
impl SlackConnectorProfileProperties
sourcepub fn instance_url(&self) -> Option<&str>
pub fn instance_url(&self) -> Option<&str>
The location of the Slack resource.
sourceimpl SlackConnectorProfileProperties
impl SlackConnectorProfileProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SlackConnectorProfileProperties
.
Trait Implementations
sourceimpl Clone for SlackConnectorProfileProperties
impl Clone for SlackConnectorProfileProperties
sourcefn clone(&self) -> SlackConnectorProfileProperties
fn clone(&self) -> SlackConnectorProfileProperties
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<SlackConnectorProfileProperties> for SlackConnectorProfileProperties
impl PartialEq<SlackConnectorProfileProperties> for SlackConnectorProfileProperties
sourcefn eq(&self, other: &SlackConnectorProfileProperties) -> bool
fn eq(&self, other: &SlackConnectorProfileProperties) -> bool
impl StructuralPartialEq for SlackConnectorProfileProperties
Auto Trait Implementations
impl RefUnwindSafe for SlackConnectorProfileProperties
impl Send for SlackConnectorProfileProperties
impl Sync for SlackConnectorProfileProperties
impl Unpin for SlackConnectorProfileProperties
impl UnwindSafe for SlackConnectorProfileProperties
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more