Struct azure_sdk_rust::azure::storage::container::XMSBlobPublicAccess
[−]
pub struct XMSBlobPublicAccess(pub PublicAccess);
Trait Implementations
impl Clone for XMSBlobPublicAccess
fn clone(&self) -> XMSBlobPublicAccess
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for XMSBlobPublicAccess
impl PartialEq for XMSBlobPublicAccess
fn eq(&self, __arg_0: &XMSBlobPublicAccess) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &XMSBlobPublicAccess) -> bool
This method tests for !=
.
impl Deref for XMSBlobPublicAccess
type Target = PublicAccess
The resulting type after dereferencing
fn deref(&self) -> &PublicAccess
The method called to dereference a value
impl DerefMut for XMSBlobPublicAccess
fn deref_mut(&mut self) -> &mut PublicAccess
The method called to mutably dereference a value
impl Header for XMSBlobPublicAccess
fn header_name() -> &'static str
Returns the name of the header field this belongs to. Read more
fn parse_header(raw: &[Vec<u8>]) -> Result<Self>
Parse a header from a raw stream of bytes. Read more
impl HeaderFormat for XMSBlobPublicAccess
fn fmt_header(&self, f: &mut Formatter) -> Result
Format a header to be output into a TcpStream. Read more