pub enum PremiumPageBlobTier {
Unknown,
P4,
P6,
P10,
P20,
P30,
P40,
P50,
P60,
}
Expand description
Represents the tier of the page blob.
Variants§
Unknown
The tier is not recognized.
P4
P4 tier.
P6
P6 tier.
P10
P10 tier.
P20
P20 tier.
P30
P30 tier.
P40
P40 tier.
P50
P50 tier.
P60
P60 tier.
Trait Implementations§
Source§impl Debug for PremiumPageBlobTier
impl Debug for PremiumPageBlobTier
Auto Trait Implementations§
impl Freeze for PremiumPageBlobTier
impl RefUnwindSafe for PremiumPageBlobTier
impl Send for PremiumPageBlobTier
impl Sync for PremiumPageBlobTier
impl Unpin for PremiumPageBlobTier
impl UnwindSafe for PremiumPageBlobTier
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> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request