pub struct ContainerItem {
pub name: String,
pub deleted: Option<bool>,
pub version: Option<String>,
pub properties: ContainerProperties,
pub metadata: Option<ContainerMetadata>,
}
Expand description
An Azure Storage container
Fields§
§name: String
§deleted: Option<bool>
§version: Option<String>
§properties: ContainerProperties
Properties of a container
metadata: Option<ContainerMetadata>
Implementations§
source§impl ContainerItem
impl ContainerItem
pub fn new(name: String, properties: ContainerProperties) -> Self
Trait Implementations§
source§impl Clone for ContainerItem
impl Clone for ContainerItem
source§fn clone(&self) -> ContainerItem
fn clone(&self) -> ContainerItem
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 ContainerItem
impl Debug for ContainerItem
source§impl<'de> Deserialize<'de> for ContainerItem
impl<'de> Deserialize<'de> for ContainerItem
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 ContainerItem
impl PartialEq for ContainerItem
source§impl Serialize for ContainerItem
impl Serialize for ContainerItem
impl StructuralPartialEq for ContainerItem
Auto Trait Implementations§
impl Freeze for ContainerItem
impl RefUnwindSafe for ContainerItem
impl Send for ContainerItem
impl Sync for ContainerItem
impl Unpin for ContainerItem
impl UnwindSafe for ContainerItem
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
)