pub struct BlobSasPermissions {}
Fields§
§read: bool
§add: bool
§create: bool
§write: bool
§delete: bool
§delete_version: bool
§permanent_delete: bool
§list: bool
§move_: bool
§execute: bool
§ownership: bool
§permissions: bool
Trait Implementations§
source§impl Default for BlobSasPermissions
impl Default for BlobSasPermissions
source§fn default() -> BlobSasPermissions
fn default() -> BlobSasPermissions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BlobSasPermissions
impl RefUnwindSafe for BlobSasPermissions
impl Send for BlobSasPermissions
impl Sync for BlobSasPermissions
impl Unpin for BlobSasPermissions
impl UnwindSafe for BlobSasPermissions
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