Struct slack_morphism::SlackIconImages
source · pub struct SlackIconImages {
pub resolutions: Vec<(u32, String)>,
}Fields§
§resolutions: Vec<(u32, String)>Implementations§
Trait Implementations§
source§impl Clone for SlackIconImages
impl Clone for SlackIconImages
source§fn clone(&self) -> SlackIconImages
fn clone(&self) -> SlackIconImages
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SlackIconImages
impl Debug for SlackIconImages
source§impl<'de> Deserialize<'de> for SlackIconImages
impl<'de> Deserialize<'de> for SlackIconImages
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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.
source§impl PartialEq<SlackIconImages> for SlackIconImages
impl PartialEq<SlackIconImages> for SlackIconImages
source§fn eq(&self, other: &SlackIconImages) -> bool
fn eq(&self, other: &SlackIconImages) -> bool
This method tests for
self and other values to be equal, and is used
by ==.