Fields
not_in_channel: Option<bool>Implementations
sourceimpl SlackApiConversationsLeaveResponse
impl SlackApiConversationsLeaveResponse
pub fn new() -> Self
pub fn not_in_channel(&mut self, value: bool) -> &mut Self
pub fn reset_not_in_channel(&mut self) -> &mut Self
pub fn mopt_not_in_channel(&mut self, value: Option<bool>) -> &mut Self
pub fn with_not_in_channel(self, value: bool) -> Self
pub fn without_not_in_channel(self) -> Self
pub fn opt_not_in_channel(self, value: Option<bool>) -> Self
Trait Implementations
sourceimpl Clone for SlackApiConversationsLeaveResponse
impl Clone for SlackApiConversationsLeaveResponse
sourcefn clone(&self) -> SlackApiConversationsLeaveResponse
fn clone(&self) -> SlackApiConversationsLeaveResponse
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 SlackApiConversationsLeaveResponse
impl<'de> Deserialize<'de> for SlackApiConversationsLeaveResponse
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<SlackApiConversationsLeaveResponseInit> for SlackApiConversationsLeaveResponse
impl From<SlackApiConversationsLeaveResponseInit> for SlackApiConversationsLeaveResponse
sourcefn from(value: SlackApiConversationsLeaveResponseInit) -> Self
fn from(value: SlackApiConversationsLeaveResponseInit) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<SlackApiConversationsLeaveResponse> for SlackApiConversationsLeaveResponse
impl PartialEq<SlackApiConversationsLeaveResponse> for SlackApiConversationsLeaveResponse
sourcefn eq(&self, other: &SlackApiConversationsLeaveResponse) -> bool
fn eq(&self, other: &SlackApiConversationsLeaveResponse) -> bool
impl StructuralPartialEq for SlackApiConversationsLeaveResponse
Auto Trait Implementations
impl RefUnwindSafe for SlackApiConversationsLeaveResponse
impl Send for SlackApiConversationsLeaveResponse
impl Sync for SlackApiConversationsLeaveResponse
impl Unpin for SlackApiConversationsLeaveResponse
impl UnwindSafe for SlackApiConversationsLeaveResponse
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