pub struct PriorityLevelConfigurationReference {
pub name: String,
}
Expand description
PriorityLevelConfigurationReference contains information that points to the “request-priority” being used.
Fields§
§name: String
name
is the name of the priority level configuration being referenced Required.
Trait Implementations§
source§impl Clone for PriorityLevelConfigurationReference
impl Clone for PriorityLevelConfigurationReference
source§fn clone(&self) -> PriorityLevelConfigurationReference
fn clone(&self) -> PriorityLevelConfigurationReference
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 DeepMerge for PriorityLevelConfigurationReference
impl DeepMerge for PriorityLevelConfigurationReference
source§fn merge_from(&mut self, other: Self)
fn merge_from(&mut self, other: Self)
Merge
other
into self
.source§impl Default for PriorityLevelConfigurationReference
impl Default for PriorityLevelConfigurationReference
source§fn default() -> PriorityLevelConfigurationReference
fn default() -> PriorityLevelConfigurationReference
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PriorityLevelConfigurationReference
impl<'de> Deserialize<'de> for PriorityLevelConfigurationReference
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<PriorityLevelConfigurationReference> for PriorityLevelConfigurationReference
impl PartialEq<PriorityLevelConfigurationReference> for PriorityLevelConfigurationReference
source§fn eq(&self, other: &PriorityLevelConfigurationReference) -> bool
fn eq(&self, other: &PriorityLevelConfigurationReference) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.