pub enum StorageBillingModel {
StorageBillingModelUnspecified,
Logical,
Physical,
}Variants§
StorageBillingModelUnspecified
Value not set.
Logical
Billing for logical bytes.
Physical
Billing for physical bytes.
Trait Implementations§
source§impl Clone for StorageBillingModel
impl Clone for StorageBillingModel
source§fn clone(&self) -> StorageBillingModel
fn clone(&self) -> StorageBillingModel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for StorageBillingModel
impl Debug for StorageBillingModel
source§impl Default for StorageBillingModel
impl Default for StorageBillingModel
source§fn default() -> StorageBillingModel
fn default() -> StorageBillingModel
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for StorageBillingModel
impl<'de> Deserialize<'de> for StorageBillingModel
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for StorageBillingModel
impl PartialEq for StorageBillingModel
source§fn eq(&self, other: &StorageBillingModel) -> bool
fn eq(&self, other: &StorageBillingModel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for StorageBillingModel
impl Serialize for StorageBillingModel
impl Eq for StorageBillingModel
impl StructuralPartialEq for StorageBillingModel
Auto Trait Implementations§
impl Freeze for StorageBillingModel
impl RefUnwindSafe for StorageBillingModel
impl Send for StorageBillingModel
impl Sync for StorageBillingModel
impl Unpin for StorageBillingModel
impl UnwindSafe for StorageBillingModel
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.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