pub struct ImageUris {
pub small: String,
pub normal: String,
pub large: String,
pub png: String,
pub art_crop: String,
pub border_crop: String,
}Fields§
§small: String§normal: String§large: String§png: String§art_crop: String§border_crop: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for ImageUris
impl<'de> Deserialize<'de> for ImageUris
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 ImageUris
impl RefUnwindSafe for ImageUris
impl Send for ImageUris
impl Sync for ImageUris
impl Unpin for ImageUris
impl UnwindSafe for ImageUris
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