Struct slack_morphism::prelude::SlackIconImagesInit
source · pub struct SlackIconImagesInit {
pub resolutions: Vec<(u32, String)>,
}
Fields§
§resolutions: Vec<(u32, String)>
Trait Implementations§
source§impl From<SlackIconImagesInit> for SlackIconImages
impl From<SlackIconImagesInit> for SlackIconImages
source§fn 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§
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