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