pub struct SlackOAuthIncomingWebHook {
pub channel: String,
pub channel_id: SlackChannelId,
pub configuration_url: Url,
pub url: Url,
}
Fields§
§channel: String
§channel_id: SlackChannelId
§configuration_url: Url
§url: Url
Implementations§
Source§impl SlackOAuthIncomingWebHook
impl SlackOAuthIncomingWebHook
pub fn new( channel: String, channel_id: SlackChannelId, configuration_url: Url, url: Url, ) -> Self
pub fn channel(&mut self, value: String) -> &mut Self
pub fn with_channel(self, value: String) -> Self
pub fn channel_id(&mut self, value: SlackChannelId) -> &mut Self
pub fn with_channel_id(self, value: SlackChannelId) -> Self
pub fn configuration_url(&mut self, value: Url) -> &mut Self
pub fn with_configuration_url(self, value: Url) -> Self
pub fn url(&mut self, value: Url) -> &mut Self
pub fn with_url(self, value: Url) -> Self
Trait Implementations§
Source§impl Clone for SlackOAuthIncomingWebHook
impl Clone for SlackOAuthIncomingWebHook
Source§fn clone(&self) -> SlackOAuthIncomingWebHook
fn clone(&self) -> SlackOAuthIncomingWebHook
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 SlackOAuthIncomingWebHook
impl Debug for SlackOAuthIncomingWebHook
Source§impl<'de> Deserialize<'de> for SlackOAuthIncomingWebHook
impl<'de> Deserialize<'de> for SlackOAuthIncomingWebHook
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<SlackOAuthIncomingWebHookInit> for SlackOAuthIncomingWebHook
impl From<SlackOAuthIncomingWebHookInit> for SlackOAuthIncomingWebHook
Source§fn from(value: SlackOAuthIncomingWebHookInit) -> Self
fn from(value: SlackOAuthIncomingWebHookInit) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for SlackOAuthIncomingWebHook
Auto Trait Implementations§
impl Freeze for SlackOAuthIncomingWebHook
impl RefUnwindSafe for SlackOAuthIncomingWebHook
impl Send for SlackOAuthIncomingWebHook
impl Sync for SlackOAuthIncomingWebHook
impl Unpin for SlackOAuthIncomingWebHook
impl UnwindSafe for SlackOAuthIncomingWebHook
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)