pub enum ResourceAggregationLevel {
Global,
Vault,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for ResourceAggregationLevel
impl Clone for ResourceAggregationLevel
Source§fn clone(&self) -> ResourceAggregationLevel
fn clone(&self) -> ResourceAggregationLevel
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 ResourceAggregationLevel
impl Debug for ResourceAggregationLevel
Source§impl Default for ResourceAggregationLevel
impl Default for ResourceAggregationLevel
Source§fn default() -> ResourceAggregationLevel
fn default() -> ResourceAggregationLevel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResourceAggregationLevel
impl<'de> Deserialize<'de> for ResourceAggregationLevel
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 Hash for ResourceAggregationLevel
impl Hash for ResourceAggregationLevel
Source§impl Ord for ResourceAggregationLevel
impl Ord for ResourceAggregationLevel
Source§fn cmp(&self, other: &ResourceAggregationLevel) -> Ordering
fn cmp(&self, other: &ResourceAggregationLevel) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ResourceAggregationLevel
impl PartialEq for ResourceAggregationLevel
Source§impl PartialOrd for ResourceAggregationLevel
impl PartialOrd for ResourceAggregationLevel
Source§impl Serialize for ResourceAggregationLevel
impl Serialize for ResourceAggregationLevel
Source§impl ToString for ResourceAggregationLevel
impl ToString for ResourceAggregationLevel
impl Copy for ResourceAggregationLevel
impl Eq for ResourceAggregationLevel
impl StructuralPartialEq for ResourceAggregationLevel
Auto Trait Implementations§
impl Freeze for ResourceAggregationLevel
impl RefUnwindSafe for ResourceAggregationLevel
impl Send for ResourceAggregationLevel
impl Sync for ResourceAggregationLevel
impl Unpin for ResourceAggregationLevel
impl UnwindSafe for ResourceAggregationLevel
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