pub struct SlackApiConversationsInfoResponse {
pub channel: SlackChannelInfo,
}Fields
channel: SlackChannelInfoImplementations
sourceimpl 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
sourceimpl Clone for SlackApiConversationsInfoResponse
impl Clone for SlackApiConversationsInfoResponse
sourcefn clone(&self) -> SlackApiConversationsInfoResponse
fn clone(&self) -> SlackApiConversationsInfoResponse
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<'de> Deserialize<'de> for SlackApiConversationsInfoResponse
impl<'de> Deserialize<'de> for SlackApiConversationsInfoResponse
sourcefn 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
sourceimpl From<SlackApiConversationsInfoResponseInit> for SlackApiConversationsInfoResponse
impl From<SlackApiConversationsInfoResponseInit> for SlackApiConversationsInfoResponse
sourcefn from(value: SlackApiConversationsInfoResponseInit) -> Self
fn from(value: SlackApiConversationsInfoResponseInit) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<SlackApiConversationsInfoResponse> for SlackApiConversationsInfoResponse
impl PartialEq<SlackApiConversationsInfoResponse> for SlackApiConversationsInfoResponse
sourcefn eq(&self, other: &SlackApiConversationsInfoResponse) -> bool
fn eq(&self, other: &SlackApiConversationsInfoResponse) -> bool
impl StructuralPartialEq for SlackApiConversationsInfoResponse
Auto Trait Implementations
impl RefUnwindSafe for SlackApiConversationsInfoResponse
impl Send for SlackApiConversationsInfoResponse
impl Sync for SlackApiConversationsInfoResponse
impl Unpin for SlackApiConversationsInfoResponse
impl UnwindSafe for SlackApiConversationsInfoResponse
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