pub struct FirewallPolicyRuleOperationMetadata {
pub allocated_priority: Option<i32>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§allocated_priority: Option<i32>The priority allocated for the firewall policy rule if query parameters specified minPriority/maxPriority.
Trait Implementations§
Source§impl Clone for FirewallPolicyRuleOperationMetadata
impl Clone for FirewallPolicyRuleOperationMetadata
Source§fn clone(&self) -> FirewallPolicyRuleOperationMetadata
fn clone(&self) -> FirewallPolicyRuleOperationMetadata
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 Default for FirewallPolicyRuleOperationMetadata
impl Default for FirewallPolicyRuleOperationMetadata
Source§fn default() -> FirewallPolicyRuleOperationMetadata
fn default() -> FirewallPolicyRuleOperationMetadata
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FirewallPolicyRuleOperationMetadata
impl<'de> Deserialize<'de> for FirewallPolicyRuleOperationMetadata
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 FirewallPolicyRuleOperationMetadata
Auto Trait Implementations§
impl Freeze for FirewallPolicyRuleOperationMetadata
impl RefUnwindSafe for FirewallPolicyRuleOperationMetadata
impl Send for FirewallPolicyRuleOperationMetadata
impl Sync for FirewallPolicyRuleOperationMetadata
impl Unpin for FirewallPolicyRuleOperationMetadata
impl UnwindSafe for FirewallPolicyRuleOperationMetadata
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