pub struct EntitlementLimits {
pub monthly_launches: Option<Option<Value>>,
pub concurrent_runs: Option<Option<Value>>,
pub retention_days: Option<Option<Value>>,
pub max_cloud_targets: Option<Option<Value>>,
pub evidence_export_mb: Option<Option<Value>>,
pub connector_certification_scope: Option<String>,
}Fields§
§monthly_launches: Option<Option<Value>>§concurrent_runs: Option<Option<Value>>§retention_days: Option<Option<Value>>§max_cloud_targets: Option<Option<Value>>§evidence_export_mb: Option<Option<Value>>§connector_certification_scope: Option<String>Implementations§
Source§impl EntitlementLimits
impl EntitlementLimits
pub fn new() -> EntitlementLimits
Trait Implementations§
Source§impl Clone for EntitlementLimits
impl Clone for EntitlementLimits
Source§fn clone(&self) -> EntitlementLimits
fn clone(&self) -> EntitlementLimits
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EntitlementLimits
impl Debug for EntitlementLimits
Source§impl Default for EntitlementLimits
impl Default for EntitlementLimits
Source§fn default() -> EntitlementLimits
fn default() -> EntitlementLimits
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EntitlementLimits
impl<'de> Deserialize<'de> for EntitlementLimits
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 EntitlementLimits
impl PartialEq for EntitlementLimits
Source§fn eq(&self, other: &EntitlementLimits) -> bool
fn eq(&self, other: &EntitlementLimits) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for EntitlementLimits
impl Serialize for EntitlementLimits
impl StructuralPartialEq for EntitlementLimits
Auto Trait Implementations§
impl Freeze for EntitlementLimits
impl RefUnwindSafe for EntitlementLimits
impl Send for EntitlementLimits
impl Sync for EntitlementLimits
impl Unpin for EntitlementLimits
impl UnsafeUnpin for EntitlementLimits
impl UnwindSafe for EntitlementLimits
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