pub struct PriorityLevelConfigurationReference {
    pub name: String,
}Expand description
PriorityLevelConfigurationReference contains information that points to the “request-priority” being used.
Fields§
§name: Stringname 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 ==.impl StructuralPartialEq for PriorityLevelConfigurationReference
Auto Trait Implementations§
impl RefUnwindSafe for PriorityLevelConfigurationReference
impl Send for PriorityLevelConfigurationReference
impl Sync for PriorityLevelConfigurationReference
impl Unpin for PriorityLevelConfigurationReference
impl UnwindSafe for PriorityLevelConfigurationReference
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