[][src]Struct swagger::base64_format::ByteArray

pub struct ByteArray(pub Vec<u8>);

Base64-encoded byte array

Trait Implementations

impl Clone for ByteArray
[src]

Performs copy-assignment from source. Read more

impl PartialOrd<ByteArray> for ByteArray
[src]

impl PartialEq<ByteArray> for ByteArray
[src]

impl DerefMut for ByteArray
[src]

impl Debug for ByteArray
[src]

impl Deref for ByteArray
[src]

The resulting type after dereferencing.

impl Serialize for ByteArray
[src]

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

Auto Trait Implementations

impl Send for ByteArray

impl Sync for ByteArray

Blanket Implementations

impl<T> From for T
[src]

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

impl<T> ToOwned for T where
    T: Clone
[src]

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut 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