[][src]Struct fractal_matrix_api::types::Info

pub struct Info {
    pub thumbnail_url: Option<String>,
    pub thumbnail_info: Option<JsonValue>,
    pub w: Option<u32>,
    pub h: Option<u32>,
    pub size: u32,
    pub mimetype: String,
    pub orientation: Option<i32>,
}

Fields

thumbnail_url: Option<String>thumbnail_info: Option<JsonValue>w: Option<u32>h: Option<u32>size: u32mimetype: Stringorientation: Option<i32>

Trait Implementations

impl Debug for Info[src]

impl Serialize for Info[src]

impl<'de> Deserialize<'de> for Info[src]

Auto Trait Implementations

impl Sync for Info

impl Send for Info

impl Unpin for Info

impl RefUnwindSafe for Info

impl UnwindSafe for Info

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err