Struct shuttle_core::TimeBounds
[−]
[src]
pub struct TimeBounds { /* fields omitted */ }
pub struct TimeBounds { /* fields omitted */ }
impl TimeBounds[src]fn new(lower: Option<UnixTimestamp>, upper: Option<UnixTimestamp>) -> TimeBounds[src]fn lower(&self) -> &Option<UnixTimestamp>[src]fn upper(&self) -> &Option<UnixTimestamp>[src]impl<W: Write> Pack<W> for TimeBounds[src]