pub enum Method {
Request,
Reply,
Cancel,
Update,
Counter,
Refresh,
Add,
Publish,
DeclineCounter,
}Expand description
iTIP method (RFC 5546 §1.4 + §3).
Variants§
Request
REQUEST — invitation or update.
Reply
REPLY — attendee response (accept/decline/etc).
Cancel
CANCEL — organizer cancels the event.
Update
UPDATE — non-significant update (no re-RSVP needed).
Counter
COUNTER — attendee proposes a change.
Refresh
REFRESH — attendee requests latest state.
Add
ADD — add an occurrence to a recurring event.
Publish
PUBLISH — publish a non-interactive event (newsletter feed).
DeclineCounter
DECLINECOUNTER — organizer rejects an attendee’s COUNTER.
Trait Implementations§
impl Copy for Method
impl Eq for Method
impl StructuralPartialEq for Method
Auto Trait Implementations§
impl Freeze for Method
impl RefUnwindSafe for Method
impl Send for Method
impl Sync for Method
impl Unpin for Method
impl UnsafeUnpin for Method
impl UnwindSafe for Method
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