pub struct BlobServiceClientGetPropertiesOptions<'a> {
pub client_request_id: Option<String>,
pub method_options: ClientMethodOptions<'a>,
pub timeout: Option<i32>,
}
Expand description
Options to be passed to BlobServiceClient::get_properties()
Fields§
§client_request_id: Option<String>
An opaque, globally-unique, client-generated string identifier for the request.
method_options: ClientMethodOptions<'a>
Allows customization of the method call.
timeout: Option<i32>
The timeout parameter is expressed in seconds. For more information, see Setting Timeouts for Blob Service Operations.
Trait Implementations§
Source§impl<'a> Clone for BlobServiceClientGetPropertiesOptions<'a>
impl<'a> Clone for BlobServiceClientGetPropertiesOptions<'a>
Source§fn clone(&self) -> BlobServiceClientGetPropertiesOptions<'a>
fn clone(&self) -> BlobServiceClientGetPropertiesOptions<'a>
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<'a> Debug for BlobServiceClientGetPropertiesOptions<'a>
impl<'a> Debug for BlobServiceClientGetPropertiesOptions<'a>
Source§impl<'a> Default for BlobServiceClientGetPropertiesOptions<'a>
impl<'a> Default for BlobServiceClientGetPropertiesOptions<'a>
Source§fn default() -> BlobServiceClientGetPropertiesOptions<'a>
fn default() -> BlobServiceClientGetPropertiesOptions<'a>
Returns the “default value” for a type. Read more
impl<'a> SafeDebug for BlobServiceClientGetPropertiesOptions<'a>
Auto Trait Implementations§
impl<'a> Freeze for BlobServiceClientGetPropertiesOptions<'a>
impl<'a> !RefUnwindSafe for BlobServiceClientGetPropertiesOptions<'a>
impl<'a> Send for BlobServiceClientGetPropertiesOptions<'a>
impl<'a> Sync for BlobServiceClientGetPropertiesOptions<'a>
impl<'a> Unpin for BlobServiceClientGetPropertiesOptions<'a>
impl<'a> !UnwindSafe for BlobServiceClientGetPropertiesOptions<'a>
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