Struct midgard_rs::TVLPoolDepths
source · pub struct TVLPoolDepths(/* private fields */);Implementations§
source§impl TVLPoolDepths
impl TVLPoolDepths
pub const fn get_depths(&self) -> &Vec<TVLPoolDepth>
pub fn is_empty(&self) -> bool
Trait Implementations§
source§impl Clone for TVLPoolDepths
impl Clone for TVLPoolDepths
source§fn clone(&self) -> TVLPoolDepths
fn clone(&self) -> TVLPoolDepths
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 TVLPoolDepths
impl Debug for TVLPoolDepths
source§impl Default for TVLPoolDepths
impl Default for TVLPoolDepths
source§fn default() -> TVLPoolDepths
fn default() -> TVLPoolDepths
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TVLPoolDepths
impl<'de> Deserialize<'de> for TVLPoolDepths
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 TVLPoolDepths
impl IntoIterator for TVLPoolDepths
§type IntoIter = IntoIter<<TVLPoolDepths as IntoIterator>::Item>
type IntoIter = IntoIter<<TVLPoolDepths as IntoIterator>::Item>
Which kind of iterator are we turning this into?
§type Item = TVLPoolDepth
type Item = TVLPoolDepth
The type of the elements being iterated over.
Auto Trait Implementations§
impl Freeze for TVLPoolDepths
impl RefUnwindSafe for TVLPoolDepths
impl Send for TVLPoolDepths
impl Sync for TVLPoolDepths
impl Unpin for TVLPoolDepths
impl UnwindSafe for TVLPoolDepths
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