pub enum TrafficType {
TrafficTypeUnspecified,
OnDemand,
ProvisionedThroughput,
}Expand description
Traffic type for quota accounting.
Variants§
Trait Implementations§
Source§impl Clone for TrafficType
impl Clone for TrafficType
Source§fn clone(&self) -> TrafficType
fn clone(&self) -> TrafficType
Returns a duplicate 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 TrafficType
impl Debug for TrafficType
Source§impl<'de> Deserialize<'de> for TrafficType
impl<'de> Deserialize<'de> for TrafficType
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 TrafficType
impl PartialEq for TrafficType
Source§impl Serialize for TrafficType
impl Serialize for TrafficType
impl Copy for TrafficType
impl Eq for TrafficType
impl StructuralPartialEq for TrafficType
Auto Trait Implementations§
impl Freeze for TrafficType
impl RefUnwindSafe for TrafficType
impl Send for TrafficType
impl Sync for TrafficType
impl Unpin for TrafficType
impl UnsafeUnpin for TrafficType
impl UnwindSafe for TrafficType
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