Struct azure_sdk_rust::azure::storage::container::XMSBlobPublicAccess []

pub struct XMSBlobPublicAccess(pub PublicAccess);

Trait Implementations

impl Clone for XMSBlobPublicAccess

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for XMSBlobPublicAccess

Formats the value using the given formatter.

impl PartialEq for XMSBlobPublicAccess

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Deref for XMSBlobPublicAccess

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for XMSBlobPublicAccess

The method called to mutably dereference a value

impl Header for XMSBlobPublicAccess

Returns the name of the header field this belongs to. Read more

Parse a header from a raw stream of bytes. Read more

impl HeaderFormat for XMSBlobPublicAccess

Format a header to be output into a TcpStream. Read more

impl Display for XMSBlobPublicAccess

Formats the value using the given formatter.