pub enum TimeTransparencyValue {
Opaque,
Transparent,
}Expand description
Time transparency value (RFC 5545 Section 3.8.2.7)
Variants§
Trait Implementations§
Source§impl Clone for TimeTransparencyValue
impl Clone for TimeTransparencyValue
Source§fn clone(&self) -> TimeTransparencyValue
fn clone(&self) -> TimeTransparencyValue
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 TimeTransparencyValue
impl Debug for TimeTransparencyValue
Source§impl Default for TimeTransparencyValue
impl Default for TimeTransparencyValue
Source§fn default() -> TimeTransparencyValue
fn default() -> TimeTransparencyValue
Returns the “default value” for a type. Read more
Source§impl Display for TimeTransparencyValue
impl Display for TimeTransparencyValue
Source§impl PartialEq for TimeTransparencyValue
impl PartialEq for TimeTransparencyValue
impl Copy for TimeTransparencyValue
impl Eq for TimeTransparencyValue
impl StructuralPartialEq for TimeTransparencyValue
Auto Trait Implementations§
impl Freeze for TimeTransparencyValue
impl RefUnwindSafe for TimeTransparencyValue
impl Send for TimeTransparencyValue
impl Sync for TimeTransparencyValue
impl Unpin for TimeTransparencyValue
impl UnwindSafe for TimeTransparencyValue
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.