Struct slack_morphism::SlackBotInfoInit
source · [−]Fields
name: Stringapp_id: Stringuser_id: StringTrait Implementations
sourceimpl From<SlackBotInfoInit> for SlackBotInfo
impl From<SlackBotInfoInit> for SlackBotInfo
sourcefn from(value: SlackBotInfoInit) -> Self
fn from(value: SlackBotInfoInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackBotInfoInit
impl Send for SlackBotInfoInit
impl Sync for SlackBotInfoInit
impl Unpin for SlackBotInfoInit
impl UnwindSafe for SlackBotInfoInit
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