pub struct SlackBotInfoInit {
pub name: String,
pub app_id: String,
}
Fields§
§name: String
§app_id: String
Trait Implementations§
Source§impl From<SlackBotInfoInit> for SlackBotInfo
impl From<SlackBotInfoInit> for SlackBotInfo
Source§fn from(value: SlackBotInfoInit) -> Self
fn from(value: SlackBotInfoInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlackBotInfoInit
impl RefUnwindSafe for SlackBotInfoInit
impl Send for SlackBotInfoInit
impl Sync for SlackBotInfoInit
impl Unpin for SlackBotInfoInit
impl UnwindSafe for SlackBotInfoInit
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