Struct azure_storage_blobs::blob::operations::SetBlobTierResponse
source · [−]pub struct SetBlobTierResponse {
pub request_id: RequestId,
pub client_request_id: Option<String>,
pub version: String,
}
Fields
request_id: RequestId
client_request_id: Option<String>
version: String
Trait Implementations
sourceimpl Clone for SetBlobTierResponse
impl Clone for SetBlobTierResponse
sourcefn clone(&self) -> SetBlobTierResponse
fn clone(&self) -> SetBlobTierResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SetBlobTierResponse
impl Debug for SetBlobTierResponse
Auto Trait Implementations
impl RefUnwindSafe for SetBlobTierResponse
impl Send for SetBlobTierResponse
impl Sync for SetBlobTierResponse
impl Unpin for SetBlobTierResponse
impl UnwindSafe for SetBlobTierResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more