[][src]Struct melib::backends::jmap::rfc8620::CapabilitiesObject

pub struct CapabilitiesObject {
    max_size_upload: u64,
    max_concurrent_upload: u64,
    max_size_request: u64,
    max_concurrent_requests: u64,
    max_calls_in_request: u64,
    max_objects_in_get: u64,
    max_objects_in_set: u64,
    collation_algorithms: Vec<String>,
}

Fields

max_size_upload: u64max_concurrent_upload: u64max_size_request: u64max_concurrent_requests: u64max_calls_in_request: u64max_objects_in_get: u64max_objects_in_set: u64collation_algorithms: Vec<String>

Trait Implementations

impl Debug for CapabilitiesObject[src]

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

impl Serialize for CapabilitiesObject[src]

Auto Trait Implementations

impl RefUnwindSafe for CapabilitiesObject

impl Send for CapabilitiesObject

impl Sync for CapabilitiesObject

impl Unpin for CapabilitiesObject

impl UnwindSafe for CapabilitiesObject

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> Instrument 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<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]