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