Struct slack_morphism::SlackIconImagesInit
source · 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
Converts to this type from the input type.
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 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