Struct mango_orm::forms::ImageData [−][src]
pub struct ImageData {}Fields
path: Stringpath_xs: Stringpath_sm: Stringpath_md: Stringpath_lg: Stringurl: Stringurl_xs: Stringurl_sm: Stringurl_md: Stringurl_lg: Stringname: Stringsize: u32width: u32height: u32Trait Implementations
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 RefUnwindSafe for ImageData
impl UnwindSafe for ImageData
Blanket Implementations
Mutably borrows from an owned value. Read more