Struct slack_morphism::api::SlackApiBotsInfoResponseInit
source · pub struct SlackApiBotsInfoResponseInit {
pub bot: SlackBotInfo,
}
Fields§
§bot: SlackBotInfo
Trait Implementations§
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.
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§
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