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