pub struct SourceProviderAttributesList {
pub count: Option<i32>,
pub value: Vec<SourceProviderAttributes>,
}Fields§
§count: Option<i32>§value: Vec<SourceProviderAttributes>Implementations§
Trait Implementations§
Source§impl Clone for SourceProviderAttributesList
impl Clone for SourceProviderAttributesList
Source§fn clone(&self) -> SourceProviderAttributesList
fn clone(&self) -> SourceProviderAttributesList
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 SourceProviderAttributesList
impl Debug for SourceProviderAttributesList
Source§impl Default for SourceProviderAttributesList
impl Default for SourceProviderAttributesList
Source§fn default() -> SourceProviderAttributesList
fn default() -> SourceProviderAttributesList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SourceProviderAttributesList
impl<'de> Deserialize<'de> for SourceProviderAttributesList
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 SourceProviderAttributesList
impl PartialEq for SourceProviderAttributesList
Source§fn eq(&self, other: &SourceProviderAttributesList) -> bool
fn eq(&self, other: &SourceProviderAttributesList) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SourceProviderAttributesList
Auto Trait Implementations§
impl Freeze for SourceProviderAttributesList
impl RefUnwindSafe for SourceProviderAttributesList
impl Send for SourceProviderAttributesList
impl Sync for SourceProviderAttributesList
impl Unpin for SourceProviderAttributesList
impl UnwindSafe for SourceProviderAttributesList
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