pub struct AssetForm {
pub url: Option<String>,
pub fields: Option<HashMap<String, String>>,
}
Fields§
§url: Option<String>
§fields: Option<HashMap<String, String>>
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AssetForm
impl<'de> Deserialize<'de> for AssetForm
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
impl StructuralPartialEq for AssetForm
Auto Trait Implementations§
impl Freeze for AssetForm
impl RefUnwindSafe for AssetForm
impl Send for AssetForm
impl Sync for AssetForm
impl Unpin for AssetForm
impl UnwindSafe for AssetForm
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