pub struct ActionsCacheStorageLimitForEnterprise {
pub max_cache_size_gb: Option<i64>,
}Fields§
§max_cache_size_gb: Option<i64>Trait Implementations§
Source§impl Clone for ActionsCacheStorageLimitForEnterprise
impl Clone for ActionsCacheStorageLimitForEnterprise
Source§fn clone(&self) -> ActionsCacheStorageLimitForEnterprise
fn clone(&self) -> ActionsCacheStorageLimitForEnterprise
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 Default for ActionsCacheStorageLimitForEnterprise
impl Default for ActionsCacheStorageLimitForEnterprise
Source§fn default() -> ActionsCacheStorageLimitForEnterprise
fn default() -> ActionsCacheStorageLimitForEnterprise
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ActionsCacheStorageLimitForEnterprise
impl<'de> Deserialize<'de> for ActionsCacheStorageLimitForEnterprise
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 ActionsCacheStorageLimitForEnterprise
impl PartialEq for ActionsCacheStorageLimitForEnterprise
Source§fn eq(&self, other: &ActionsCacheStorageLimitForEnterprise) -> bool
fn eq(&self, other: &ActionsCacheStorageLimitForEnterprise) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ActionsCacheStorageLimitForEnterprise
Auto Trait Implementations§
impl Freeze for ActionsCacheStorageLimitForEnterprise
impl RefUnwindSafe for ActionsCacheStorageLimitForEnterprise
impl Send for ActionsCacheStorageLimitForEnterprise
impl Sync for ActionsCacheStorageLimitForEnterprise
impl Unpin for ActionsCacheStorageLimitForEnterprise
impl UnsafeUnpin for ActionsCacheStorageLimitForEnterprise
impl UnwindSafe for ActionsCacheStorageLimitForEnterprise
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