pub(crate) struct AnnotationSet<'a, T: EncodingType> {
pub(crate) tz: Option<TimeZoneAnnotation<'a, T>>,
pub(crate) calendar: Option<&'a [T::CodeUnit]>,
}Expand description
Strictly a parsing intermediary for the checking the common annotation backing.
Fields§
§tz: Option<TimeZoneAnnotation<'a, T>>§calendar: Option<&'a [T::CodeUnit]>Auto Trait Implementations§
impl<'a, T> Freeze for AnnotationSet<'a, T>
impl<'a, T> RefUnwindSafe for AnnotationSet<'a, T>
impl<'a, T> Send for AnnotationSet<'a, T>
impl<'a, T> Sync for AnnotationSet<'a, T>
impl<'a, T> Unpin for AnnotationSet<'a, T>
impl<'a, T> UnsafeUnpin for AnnotationSet<'a, T>
impl<'a, T> UnwindSafe for AnnotationSet<'a, T>
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