Enum html5_picture::html5::MediaWidth [−][src]
Expand description
Contains information about the MediaWidth property of a <picture>
that
are required for its creation.
Variants
Max(String)
Min(String)
Trait 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 MediaWidth
impl Send for MediaWidth
impl Sync for MediaWidth
impl Unpin for MediaWidth
impl UnwindSafe for MediaWidth