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