pub enum EventSpan {
This,
Future,
}Expand description
Scope of a recurring-event edit or delete — mirrors Apple’s EKSpan.
This: only the specific occurrence you have a reference to.Future: this occurrence and every later occurrence in the same series.
Variants§
Trait Implementations§
impl Copy for EventSpan
impl Eq for EventSpan
impl StructuralPartialEq for EventSpan
Auto Trait Implementations§
impl Freeze for EventSpan
impl RefUnwindSafe for EventSpan
impl Send for EventSpan
impl Sync for EventSpan
impl Unpin for EventSpan
impl UnsafeUnpin for EventSpan
impl UnwindSafe for EventSpan
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