pub struct ImageUrls {
pub square_medium: String,
pub medium: String,
pub large: String,
}Expand description
Image URLs collection
Fields§
§square_medium: StringMedium square image URL
medium: StringMedium image URL
large: StringLarge image URL
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ImageUrls
impl<'de> Deserialize<'de> for ImageUrls
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
Auto Trait Implementations§
impl Freeze for ImageUrls
impl RefUnwindSafe for ImageUrls
impl Send for ImageUrls
impl Sync for ImageUrls
impl Unpin for ImageUrls
impl UnwindSafe for ImageUrls
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