pub struct ProtectionLimits {
pub protected_resource_type_limits: Vec<Limit>,
}
Expand description
Limits settings on protections for your subscription.
Fields§
§protected_resource_type_limits: Vec<Limit>
The maximum number of resource types that you can specify in a protection.
Trait Implementations§
Source§impl Clone for ProtectionLimits
impl Clone for ProtectionLimits
Source§fn clone(&self) -> ProtectionLimits
fn clone(&self) -> ProtectionLimits
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 Debug for ProtectionLimits
impl Debug for ProtectionLimits
Source§impl Default for ProtectionLimits
impl Default for ProtectionLimits
Source§fn default() -> ProtectionLimits
fn default() -> ProtectionLimits
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProtectionLimits
impl<'de> Deserialize<'de> for ProtectionLimits
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 for ProtectionLimits
impl PartialEq for ProtectionLimits
impl StructuralPartialEq for ProtectionLimits
Auto Trait Implementations§
impl Freeze for ProtectionLimits
impl RefUnwindSafe for ProtectionLimits
impl Send for ProtectionLimits
impl Sync for ProtectionLimits
impl Unpin for ProtectionLimits
impl UnwindSafe for ProtectionLimits
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