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