pub enum CalendarComponentType {
VEvent,
VTodo,
VJournal,
VFreeBusy,
VTimezone,
VAlarm,
}Available on crate feature
caldav only.Expand description
CalDAV component types supported in a calendar collection
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CalendarComponentType
impl Clone for CalendarComponentType
Source§fn clone(&self) -> CalendarComponentType
fn clone(&self) -> CalendarComponentType
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 CalendarComponentType
impl Debug for CalendarComponentType
Source§impl PartialEq for CalendarComponentType
impl PartialEq for CalendarComponentType
impl StructuralPartialEq for CalendarComponentType
Auto Trait Implementations§
impl Freeze for CalendarComponentType
impl RefUnwindSafe for CalendarComponentType
impl Send for CalendarComponentType
impl Sync for CalendarComponentType
impl Unpin for CalendarComponentType
impl UnwindSafe for CalendarComponentType
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