pub struct Timeframe<'a> {
pub description: Option<TextElement<'a>>,
pub earliest_date: Option<TextElement<'a>>,
pub latest_date: Option<TextElement<'a>>,
pub extensions: Vec<XmlNode<'a>>,
pub attributes: Vec<Attribute<'a>>,
pub span: Span,
}Fields§
§description: Option<TextElement<'a>>§earliest_date: Option<TextElement<'a>>§latest_date: Option<TextElement<'a>>§extensions: Vec<XmlNode<'a>>§attributes: Vec<Attribute<'a>>§span: SpanTrait Implementations§
Source§impl<'a> PartialEq for Timeframe<'a>
impl<'a> PartialEq for Timeframe<'a>
impl<'a> Eq for Timeframe<'a>
impl<'a> StructuralPartialEq for Timeframe<'a>
Auto Trait Implementations§
impl<'a> Freeze for Timeframe<'a>
impl<'a> RefUnwindSafe for Timeframe<'a>
impl<'a> Send for Timeframe<'a>
impl<'a> Sync for Timeframe<'a>
impl<'a> Unpin for Timeframe<'a>
impl<'a> UnsafeUnpin for Timeframe<'a>
impl<'a> UnwindSafe for Timeframe<'a>
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