Struct slack_morphism_models::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
Performs the conversion.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more