Struct midgard_rs::DepthHistory
source · pub struct DepthHistory { /* private fields */ }Implementations§
source§impl DepthHistory
impl DepthHistory
pub const fn get_intervals(&self) -> &DepthHistoryIntervals
pub const fn get_meta(&self) -> &DepthHistoryMeta
Trait Implementations§
source§impl Clone for DepthHistory
impl Clone for DepthHistory
source§fn clone(&self) -> DepthHistory
fn clone(&self) -> DepthHistory
Returns a copy of the value. Read more
1.0.0 · 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 DepthHistory
impl Debug for DepthHistory
source§impl Default for DepthHistory
impl Default for DepthHistory
source§fn default() -> DepthHistory
fn default() -> DepthHistory
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DepthHistory
impl<'de> Deserialize<'de> for DepthHistory
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl IntoIterator for DepthHistory
impl IntoIterator for DepthHistory
§type IntoIter = IntoIter<<DepthHistory as IntoIterator>::Item>
type IntoIter = IntoIter<<DepthHistory as IntoIterator>::Item>
Which kind of iterator are we turning this into?
§type Item = DepthHistoryInterval
type Item = DepthHistoryInterval
The type of the elements being iterated over.
Auto Trait Implementations§
impl Freeze for DepthHistory
impl RefUnwindSafe for DepthHistory
impl Send for DepthHistory
impl Sync for DepthHistory
impl Unpin for DepthHistory
impl UnwindSafe for DepthHistory
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