pub enum MethodValue {
Publish,
Request,
Reply,
Add,
Cancel,
Refresh,
Counter,
DeclineCounter,
}Expand description
Method value for iCalendar objects (RFC 5545 Section 3.7.2)
Variants§
Publish
Publish an event (most common)
Request
Request an event
Reply
Reply to an event
Add
Add an event
Cancel
Cancel an event
Refresh
Refresh an event
Counter
Counter an event
DeclineCounter
Decline counter
Trait Implementations§
Source§impl Clone for MethodValue
impl Clone for MethodValue
Source§fn clone(&self) -> MethodValue
fn clone(&self) -> MethodValue
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 MethodValue
impl Debug for MethodValue
Source§impl Default for MethodValue
impl Default for MethodValue
Source§fn default() -> MethodValue
fn default() -> MethodValue
Returns the “default value” for a type. Read more
Source§impl Display for MethodValue
impl Display for MethodValue
Source§impl PartialEq for MethodValue
impl PartialEq for MethodValue
impl Copy for MethodValue
impl Eq for MethodValue
impl StructuralPartialEq for MethodValue
Auto Trait Implementations§
impl Freeze for MethodValue
impl RefUnwindSafe for MethodValue
impl Send for MethodValue
impl Sync for MethodValue
impl Unpin for MethodValue
impl UnwindSafe for MethodValue
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<'p, T> Seq<'p, T> for Twhere
T: Clone,
impl<'p, T> Seq<'p, T> for Twhere
T: Clone,
Source§impl<T, S> SpanWrap<S> for Twhere
S: WrappingSpan<T>,
impl<T, S> SpanWrap<S> for Twhere
S: WrappingSpan<T>,
Source§fn with_span(self, span: S) -> <S as WrappingSpan<Self>>::Spanned
fn with_span(self, span: S) -> <S as WrappingSpan<Self>>::Spanned
Invokes
WrappingSpan::make_wrapped to wrap an AST node in a span.