pub struct BlobStorageIntegrationsResponseBuilder<S: State = Empty> { /* private fields */ }Expand description
Use builder syntax to set the inputs and finish with build().
Implementations§
Source§impl<S: State> BlobStorageIntegrationsResponseBuilder<S>
impl<S: State> BlobStorageIntegrationsResponseBuilder<S>
Sourcepub fn build(self) -> BlobStorageIntegrationsResponsewhere
S: IsComplete,
pub fn build(self) -> BlobStorageIntegrationsResponsewhere
S: IsComplete,
Finish building and return the requested object
Sourcepub fn data(
self,
value: Vec<BlobStorageIntegrationResponse>,
) -> BlobStorageIntegrationsResponseBuilder<SetData<S>>where
S::Data: IsUnset,
pub fn data(
self,
value: Vec<BlobStorageIntegrationResponse>,
) -> BlobStorageIntegrationsResponseBuilder<SetData<S>>where
S::Data: IsUnset,
Required.
Auto Trait Implementations§
impl<S> Freeze for BlobStorageIntegrationsResponseBuilder<S>
impl<S> RefUnwindSafe for BlobStorageIntegrationsResponseBuilder<S>
impl<S> Send for BlobStorageIntegrationsResponseBuilder<S>
impl<S> Sync for BlobStorageIntegrationsResponseBuilder<S>
impl<S> Unpin for BlobStorageIntegrationsResponseBuilder<S>
impl<S> UnsafeUnpin for BlobStorageIntegrationsResponseBuilder<S>
impl<S> UnwindSafe for BlobStorageIntegrationsResponseBuilder<S>
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