pub struct SlackSocketModeConnectionInfo {
pub app_id: SlackAppId,
}Fields§
§app_id: SlackAppIdImplementations§
Source§impl SlackSocketModeConnectionInfo
impl SlackSocketModeConnectionInfo
pub fn new(app_id: SlackAppId) -> Self
pub fn app_id(&mut self, value: SlackAppId) -> &mut Self
pub fn with_app_id(self, value: SlackAppId) -> Self
Trait Implementations§
Source§impl Clone for SlackSocketModeConnectionInfo
impl Clone for SlackSocketModeConnectionInfo
Source§fn clone(&self) -> SlackSocketModeConnectionInfo
fn clone(&self) -> SlackSocketModeConnectionInfo
Returns a duplicate 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<'de> Deserialize<'de> for SlackSocketModeConnectionInfo
impl<'de> Deserialize<'de> for SlackSocketModeConnectionInfo
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
Source§impl From<SlackSocketModeConnectionInfoInit> for SlackSocketModeConnectionInfo
impl From<SlackSocketModeConnectionInfoInit> for SlackSocketModeConnectionInfo
Source§fn from(value: SlackSocketModeConnectionInfoInit) -> Self
fn from(value: SlackSocketModeConnectionInfoInit) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SlackSocketModeConnectionInfo
impl PartialEq for SlackSocketModeConnectionInfo
Source§fn eq(&self, other: &SlackSocketModeConnectionInfo) -> bool
fn eq(&self, other: &SlackSocketModeConnectionInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SlackSocketModeConnectionInfo
Auto Trait Implementations§
impl Freeze for SlackSocketModeConnectionInfo
impl RefUnwindSafe for SlackSocketModeConnectionInfo
impl Send for SlackSocketModeConnectionInfo
impl Sync for SlackSocketModeConnectionInfo
impl Unpin for SlackSocketModeConnectionInfo
impl UnwindSafe for SlackSocketModeConnectionInfo
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