Struct slack_morphism::api::SlackApiBotsInfoResponse
source · pub struct SlackApiBotsInfoResponse {
pub bot: SlackBotInfo,
}Fields
bot: SlackBotInfoImplementations
sourceimpl SlackApiBotsInfoResponse
impl SlackApiBotsInfoResponse
pub fn new(bot: SlackBotInfo) -> Self
pub fn bot(&mut self, value: SlackBotInfo) -> &mut Self
pub fn with_bot(self, value: SlackBotInfo) -> Self
Trait Implementations
sourceimpl Clone for SlackApiBotsInfoResponse
impl Clone for SlackApiBotsInfoResponse
sourcefn clone(&self) -> SlackApiBotsInfoResponse
fn clone(&self) -> SlackApiBotsInfoResponse
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 Debug for SlackApiBotsInfoResponse
impl Debug for SlackApiBotsInfoResponse
sourceimpl<'de> Deserialize<'de> for SlackApiBotsInfoResponse
impl<'de> Deserialize<'de> for SlackApiBotsInfoResponse
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<SlackApiBotsInfoResponseInit> for SlackApiBotsInfoResponse
impl From<SlackApiBotsInfoResponseInit> for SlackApiBotsInfoResponse
sourcefn from(value: SlackApiBotsInfoResponseInit) -> Self
fn from(value: SlackApiBotsInfoResponseInit) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<SlackApiBotsInfoResponse> for SlackApiBotsInfoResponse
impl PartialEq<SlackApiBotsInfoResponse> for SlackApiBotsInfoResponse
sourcefn eq(&self, other: &SlackApiBotsInfoResponse) -> bool
fn eq(&self, other: &SlackApiBotsInfoResponse) -> bool
sourceimpl Serialize for SlackApiBotsInfoResponse
impl Serialize for SlackApiBotsInfoResponse
impl StructuralPartialEq for SlackApiBotsInfoResponse
Auto Trait Implementations
impl RefUnwindSafe for SlackApiBotsInfoResponse
impl Send for SlackApiBotsInfoResponse
impl Sync for SlackApiBotsInfoResponse
impl Unpin for SlackApiBotsInfoResponse
impl UnwindSafe for SlackApiBotsInfoResponse
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