Struct azure_storage_blobs::container::Container
source · pub struct Container {
pub name: String,
pub last_modified: OffsetDateTime,
pub e_tag: String,
pub lease_status: LeaseStatus,
pub lease_state: LeaseState,
pub lease_duration: Option<LeaseDuration>,
pub public_access: PublicAccess,
pub has_immutability_policy: bool,
pub has_legal_hold: bool,
pub metadata: HashMap<String, String>,
}Fields§
§name: String§last_modified: OffsetDateTime§e_tag: String§lease_status: LeaseStatus§lease_state: LeaseState§lease_duration: Option<LeaseDuration>§public_access: PublicAccess§has_immutability_policy: bool§has_legal_hold: bool§metadata: HashMap<String, String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Container
impl Send for Container
impl Sync for Container
impl Unpin for Container
impl UnwindSafe for Container
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