pub struct InstancesList { /* private fields */ }Implementations§
Source§impl InstancesList
Auto-generated by derive_getters::Getters.
impl InstancesList
Auto-generated by derive_getters::Getters.
Trait Implementations§
Source§impl Debug for InstancesList
impl Debug for InstancesList
Source§impl Default for InstancesList
impl Default for InstancesList
Source§fn default() -> InstancesList
fn default() -> InstancesList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InstancesList
impl<'de> Deserialize<'de> for InstancesList
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 PartialEq for InstancesList
impl PartialEq for InstancesList
Source§fn eq(&self, other: &InstancesList) -> bool
fn eq(&self, other: &InstancesList) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for InstancesList
impl Serialize for InstancesList
impl StructuralPartialEq for InstancesList
Auto Trait Implementations§
impl Freeze for InstancesList
impl RefUnwindSafe for InstancesList
impl Send for InstancesList
impl Sync for InstancesList
impl Unpin for InstancesList
impl UnsafeUnpin for InstancesList
impl UnwindSafe for InstancesList
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