#[non_exhaustive]pub struct VacationResponseCapability {}Expand description
Session-level VacationResponse capability (RFC 8621 §1.3.3).
The value of capabilities["urn:ietf:params:jmap:vacationresponse"]
in the JMAP Session object. RFC 8621 §1.3.3 mandates that this is an
empty object {} at both session level and account level.
Trait Implementations§
Source§impl Clone for VacationResponseCapability
impl Clone for VacationResponseCapability
Source§fn clone(&self) -> VacationResponseCapability
fn clone(&self) -> VacationResponseCapability
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VacationResponseCapability
impl Debug for VacationResponseCapability
Source§impl Default for VacationResponseCapability
impl Default for VacationResponseCapability
Source§fn default() -> VacationResponseCapability
fn default() -> VacationResponseCapability
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VacationResponseCapability
impl<'de> Deserialize<'de> for VacationResponseCapability
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for VacationResponseCapability
Source§impl PartialEq for VacationResponseCapability
impl PartialEq for VacationResponseCapability
Source§fn eq(&self, other: &VacationResponseCapability) -> bool
fn eq(&self, other: &VacationResponseCapability) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VacationResponseCapability
Auto Trait Implementations§
impl Freeze for VacationResponseCapability
impl RefUnwindSafe for VacationResponseCapability
impl Send for VacationResponseCapability
impl Sync for VacationResponseCapability
impl Unpin for VacationResponseCapability
impl UnsafeUnpin for VacationResponseCapability
impl UnwindSafe for VacationResponseCapability
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more