pub struct VolumeIndex(/* private fields */);Expand description
A volume’s index in the AWS real-time NEXRAD bucket. These indexes are rotated-through as chunks are accumulated and finally combined into full volumes to be archived.
Implementations§
Trait Implementations§
Source§impl Clone for VolumeIndex
impl Clone for VolumeIndex
Source§fn clone(&self) -> VolumeIndex
fn clone(&self) -> VolumeIndex
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 VolumeIndex
impl Debug for VolumeIndex
Source§impl Hash for VolumeIndex
impl Hash for VolumeIndex
Source§impl Ord for VolumeIndex
impl Ord for VolumeIndex
Source§fn cmp(&self, other: &VolumeIndex) -> Ordering
fn cmp(&self, other: &VolumeIndex) -> 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 VolumeIndex
impl PartialEq for VolumeIndex
Source§fn eq(&self, other: &VolumeIndex) -> bool
fn eq(&self, other: &VolumeIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VolumeIndex
impl PartialOrd for VolumeIndex
impl Copy for VolumeIndex
impl Eq for VolumeIndex
impl StructuralPartialEq for VolumeIndex
Auto Trait Implementations§
impl Freeze for VolumeIndex
impl RefUnwindSafe for VolumeIndex
impl Send for VolumeIndex
impl Sync for VolumeIndex
impl Unpin for VolumeIndex
impl UnsafeUnpin for VolumeIndex
impl UnwindSafe for VolumeIndex
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
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.