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