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