pub struct AttendeeAvailability {
pub attendee: AttendeeBase,
pub availability: FreeBusyStatus,
}Fields§
§attendee: AttendeeBase§availability: FreeBusyStatusTrait Implementations§
Source§impl Clone for AttendeeAvailability
impl Clone for AttendeeAvailability
Source§fn clone(&self) -> AttendeeAvailability
fn clone(&self) -> AttendeeAvailability
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 AttendeeAvailability
impl Debug for AttendeeAvailability
Source§impl<'de> Deserialize<'de> for AttendeeAvailability
impl<'de> Deserialize<'de> for AttendeeAvailability
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 PartialEq for AttendeeAvailability
impl PartialEq for AttendeeAvailability
Source§impl Serialize for AttendeeAvailability
impl Serialize for AttendeeAvailability
impl Eq for AttendeeAvailability
impl StructuralPartialEq for AttendeeAvailability
Auto Trait Implementations§
impl Freeze for AttendeeAvailability
impl RefUnwindSafe for AttendeeAvailability
impl Send for AttendeeAvailability
impl Sync for AttendeeAvailability
impl Unpin for AttendeeAvailability
impl UnwindSafe for AttendeeAvailability
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