pub struct SerialTimeSpan {
pub start: Time,
pub end: Time,
}Expand description
Exact half-open span used by extracted serial evidence.
Fields§
§start: TimeInclusive start.
end: TimeExclusive end.
Implementations§
Trait Implementations§
Source§impl Clone for SerialTimeSpan
impl Clone for SerialTimeSpan
Source§fn clone(&self) -> SerialTimeSpan
fn clone(&self) -> SerialTimeSpan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SerialTimeSpan
impl Debug for SerialTimeSpan
impl Eq for SerialTimeSpan
Source§impl Ord for SerialTimeSpan
impl Ord for SerialTimeSpan
Source§fn cmp(&self, other: &SerialTimeSpan) -> Ordering
fn cmp(&self, other: &SerialTimeSpan) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SerialTimeSpan
impl PartialEq for SerialTimeSpan
Source§impl PartialOrd for SerialTimeSpan
impl PartialOrd for SerialTimeSpan
impl StructuralPartialEq for SerialTimeSpan
Auto Trait Implementations§
impl Freeze for SerialTimeSpan
impl RefUnwindSafe for SerialTimeSpan
impl Send for SerialTimeSpan
impl Sync for SerialTimeSpan
impl Unpin for SerialTimeSpan
impl UnsafeUnpin for SerialTimeSpan
impl UnwindSafe for SerialTimeSpan
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