Struct updatehub_package_schema::objects::Ubifs[][src]

pub struct Ubifs {
    pub filename: String,
    pub size: u64,
    pub sha256sum: String,
    pub target: TargetType,
    pub compressed: bool,
    pub required_uncompressed_size: u64,
}

Fields

filename: Stringsize: u64sha256sum: Stringtarget: TargetTypecompressed: boolrequired_uncompressed_size: u64

Trait Implementations

impl Debug for Ubifs[src]

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

impl PartialEq<Ubifs> for Ubifs[src]

impl StructuralPartialEq for Ubifs[src]

Auto Trait Implementations

impl RefUnwindSafe for Ubifs

impl Send for Ubifs

impl Sync for Ubifs

impl Unpin for Ubifs

impl UnwindSafe for Ubifs

Blanket Implementations

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

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

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

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

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.