Fields
resolutions: Vec<(u32, String)>Trait Implementations
sourceimpl From<SlackIconImagesInit> for SlackIconImages
impl From<SlackIconImagesInit> for SlackIconImages
sourcefn from(value: SlackIconImagesInit) -> Self
fn from(value: SlackIconImagesInit) -> Self
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SlackIconImagesInit
impl Send for SlackIconImagesInit
impl Sync for SlackIconImagesInit
impl Unpin for SlackIconImagesInit
impl UnwindSafe for SlackIconImagesInit
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