pub enum FreeBusyStatus {
Unknown,
WorkingElsewhere,
Oof,
Busy,
Tentative,
Free,
}
Variants§
Trait Implementations§
Source§impl Clone for FreeBusyStatus
impl Clone for FreeBusyStatus
Source§fn clone(&self) -> FreeBusyStatus
fn clone(&self) -> FreeBusyStatus
Returns a duplicate of the value. Read more
1.0.0 · 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 FreeBusyStatus
impl Debug for FreeBusyStatus
Source§impl<'de> Deserialize<'de> for FreeBusyStatus
impl<'de> Deserialize<'de> for FreeBusyStatus
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
Source§impl Hash for FreeBusyStatus
impl Hash for FreeBusyStatus
Source§impl Ord for FreeBusyStatus
impl Ord for FreeBusyStatus
Source§fn cmp(&self, other: &FreeBusyStatus) -> Ordering
fn cmp(&self, other: &FreeBusyStatus) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FreeBusyStatus
impl PartialEq for FreeBusyStatus
Source§impl PartialOrd for FreeBusyStatus
impl PartialOrd for FreeBusyStatus
Source§impl Serialize for FreeBusyStatus
impl Serialize for FreeBusyStatus
impl Eq for FreeBusyStatus
impl StructuralPartialEq for FreeBusyStatus
Auto Trait Implementations§
impl Freeze for FreeBusyStatus
impl RefUnwindSafe for FreeBusyStatus
impl Send for FreeBusyStatus
impl Sync for FreeBusyStatus
impl Unpin for FreeBusyStatus
impl UnwindSafe for FreeBusyStatus
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