pub enum Related {
Start,
End,
}
Expand description
Alarm Trigger Relationship RFC 5545, Section 3.2.14
Variants§
Start
the parameter value START will set the alarm to trigger off the start of the calendar component
End
the parameter value END will set the alarm to trigger off the end of the calendar component
Trait Implementations§
source§impl PartialEq for Related
impl PartialEq for Related
impl Copy for Related
impl Eq for Related
impl StructuralPartialEq for Related
Auto Trait Implementations§
impl Freeze for Related
impl RefUnwindSafe for Related
impl Send for Related
impl Sync for Related
impl Unpin for Related
impl UnwindSafe for Related
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)