pub struct BlobItemInternal {
pub name: BlobName,
pub deleted: bool,
pub snapshot: String,
pub version_id: Option<String>,
pub is_current_version: Option<bool>,
pub properties: BlobPropertiesInternal,
pub metadata: Option<BlobMetadata>,
pub tags: Option<BlobTags>,
pub or_metadata: Option<ObjectReplicationMetadata>,
pub has_versions_only: Option<bool>,
}
Expand description
An Azure Storage blob
Fields§
§name: BlobName
§deleted: bool
§snapshot: String
§version_id: Option<String>
§is_current_version: Option<bool>
§properties: BlobPropertiesInternal
Properties of a blob
metadata: Option<BlobMetadata>
Blob tags
or_metadata: Option<ObjectReplicationMetadata>
§has_versions_only: Option<bool>
Implementations§
Trait Implementations§
source§impl Clone for BlobItemInternal
impl Clone for BlobItemInternal
source§fn clone(&self) -> BlobItemInternal
fn clone(&self) -> BlobItemInternal
Returns a copy 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 Debug for BlobItemInternal
impl Debug for BlobItemInternal
source§impl<'de> Deserialize<'de> for BlobItemInternal
impl<'de> Deserialize<'de> for BlobItemInternal
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 BlobItemInternal
impl PartialEq for BlobItemInternal
source§impl Serialize for BlobItemInternal
impl Serialize for BlobItemInternal
impl StructuralPartialEq for BlobItemInternal
Auto Trait Implementations§
impl Freeze for BlobItemInternal
impl RefUnwindSafe for BlobItemInternal
impl Send for BlobItemInternal
impl Sync for BlobItemInternal
impl Unpin for BlobItemInternal
impl UnwindSafe for BlobItemInternal
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)