[][src]Struct keybase_protocol::protocol::chat1::common::Asset

pub struct Asset {
    pub filename: Option<String>,
    pub region: Option<String>,
    pub endpoint: Option<String>,
    pub bucket: Option<String>,
    pub path: Option<String>,
    pub size: Option<i64>,
    pub mimeType: Option<String>,
    pub encHash: Option<String>,
    pub key: Option<String>,
    pub verifyKey: Option<String>,
    pub title: Option<String>,
    pub nonce: Option<String>,
    pub metadata: Option<AssetMetadata>,
    pub tag: Option<AssetTag>,
}

Fields

filename: Option<String>region: Option<String>endpoint: Option<String>bucket: Option<String>path: Option<String>size: Option<i64>mimeType: Option<String>encHash: Option<String>key: Option<String>verifyKey: Option<String>title: Option<String>nonce: Option<String>metadata: Option<AssetMetadata>tag: Option<AssetTag>

Trait Implementations

impl Debug for Asset[src]

impl Serialize for Asset[src]

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

Auto Trait Implementations

impl Send for Asset

impl Unpin for Asset

impl Sync for Asset

impl UnwindSafe for Asset

impl RefUnwindSafe for Asset

Blanket Implementations

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

impl<T> From<T> for 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]