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
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for PriorityLevelConfigurationReference
impl Sync for PriorityLevelConfigurationReference
impl Unpin for PriorityLevelConfigurationReference
Blanket Implementations
Mutably borrows from an owned value. Read more