pub struct SlackApiBotsInfoResponse {
pub bot: SlackBotInfo,
}
Fields§
§bot: SlackBotInfo
Implementations§
Source§impl 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§
Source§impl Clone for SlackApiBotsInfoResponse
impl Clone for SlackApiBotsInfoResponse
Source§fn clone(&self) -> SlackApiBotsInfoResponse
fn clone(&self) -> SlackApiBotsInfoResponse
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 SlackApiBotsInfoResponse
impl Debug for SlackApiBotsInfoResponse
Source§impl<'de> Deserialize<'de> for SlackApiBotsInfoResponse
impl<'de> Deserialize<'de> for SlackApiBotsInfoResponse
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<SlackApiBotsInfoResponseInit> for SlackApiBotsInfoResponse
impl From<SlackApiBotsInfoResponseInit> for SlackApiBotsInfoResponse
Source§fn from(value: SlackApiBotsInfoResponseInit) -> Self
fn from(value: SlackApiBotsInfoResponseInit) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SlackApiBotsInfoResponse
impl PartialEq for SlackApiBotsInfoResponse
Source§impl Serialize for SlackApiBotsInfoResponse
impl Serialize for SlackApiBotsInfoResponse
impl StructuralPartialEq for SlackApiBotsInfoResponse
Auto Trait Implementations§
impl Freeze for SlackApiBotsInfoResponse
impl RefUnwindSafe for SlackApiBotsInfoResponse
impl Send for SlackApiBotsInfoResponse
impl Sync for SlackApiBotsInfoResponse
impl Unpin for SlackApiBotsInfoResponse
impl UnwindSafe for SlackApiBotsInfoResponse
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
)