Struct google_remotebuildexecution2::api::BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange
source · pub struct BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange {
pub max_priority: Option<i32>,
pub min_priority: Option<i32>,
}Expand description
Supported range of priorities, including boundaries.
This type is not used in any activity, and only used as part of another schema.
Fields§
§max_priority: Option<i32>The maximum numeric value for this priority range, which represents the least urgent task or shortest retained item.
min_priority: Option<i32>The minimum numeric value for this priority range, which represents the most urgent task or longest retained item.
Trait Implementations§
source§impl Clone for BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange
impl Clone for BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange
source§fn clone(&self) -> BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange
fn clone(&self) -> BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange
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 Default for BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange
impl Default for BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange
source§fn default() -> BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange
fn default() -> BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange
impl<'de> Deserialize<'de> for BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange
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
impl Part for BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange
Auto Trait Implementations§
impl RefUnwindSafe for BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange
impl Send for BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange
impl Sync for BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange
impl Unpin for BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange
impl UnwindSafe for BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange
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