pub struct GetImageFillsMeta {
pub images: HashMap<String, String>,
}Fields§
§images: HashMap<String, String>A map of image references to URLs of the image fills.
Implementations§
Trait Implementations§
Source§impl Clone for GetImageFillsMeta
impl Clone for GetImageFillsMeta
Source§fn clone(&self) -> GetImageFillsMeta
fn clone(&self) -> GetImageFillsMeta
Returns a duplicate 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 GetImageFillsMeta
impl Debug for GetImageFillsMeta
Source§impl Default for GetImageFillsMeta
impl Default for GetImageFillsMeta
Source§fn default() -> GetImageFillsMeta
fn default() -> GetImageFillsMeta
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetImageFillsMeta
impl<'de> Deserialize<'de> for GetImageFillsMeta
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 PartialEq for GetImageFillsMeta
impl PartialEq for GetImageFillsMeta
Source§impl Serialize for GetImageFillsMeta
impl Serialize for GetImageFillsMeta
impl StructuralPartialEq for GetImageFillsMeta
Auto Trait Implementations§
impl Freeze for GetImageFillsMeta
impl RefUnwindSafe for GetImageFillsMeta
impl Send for GetImageFillsMeta
impl Sync for GetImageFillsMeta
impl Unpin for GetImageFillsMeta
impl UnwindSafe for GetImageFillsMeta
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