Struct slack_morphism::api::SlackApiBotsInfoResponseInit
source · [−]pub struct SlackApiBotsInfoResponseInit {
pub bot: SlackBotInfo,
}Fields
bot: SlackBotInfoTrait Implementations
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.
Auto Trait Implementations
impl RefUnwindSafe for SlackApiBotsInfoResponseInit
impl Send for SlackApiBotsInfoResponseInit
impl Sync for SlackApiBotsInfoResponseInit
impl Unpin for SlackApiBotsInfoResponseInit
impl UnwindSafe for SlackApiBotsInfoResponseInit
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