pub struct RuntimeUsageCount {
pub language: String,
pub scripts: i32,
pub flows: i32,
pub apps: i32,
}Expand description
RuntimeUsageCount : Instance-wide usage of one language (#190/#255 runtime governance).
Fields§
§language: String§scripts: i32§flows: i32§apps: i32Implementations§
Trait Implementations§
Source§impl Clone for RuntimeUsageCount
impl Clone for RuntimeUsageCount
Source§fn clone(&self) -> RuntimeUsageCount
fn clone(&self) -> RuntimeUsageCount
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 RuntimeUsageCount
impl Debug for RuntimeUsageCount
Source§impl Default for RuntimeUsageCount
impl Default for RuntimeUsageCount
Source§fn default() -> RuntimeUsageCount
fn default() -> RuntimeUsageCount
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RuntimeUsageCount
impl<'de> Deserialize<'de> for RuntimeUsageCount
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 RuntimeUsageCount
impl PartialEq for RuntimeUsageCount
Source§impl Serialize for RuntimeUsageCount
impl Serialize for RuntimeUsageCount
impl StructuralPartialEq for RuntimeUsageCount
Auto Trait Implementations§
impl Freeze for RuntimeUsageCount
impl RefUnwindSafe for RuntimeUsageCount
impl Send for RuntimeUsageCount
impl Sync for RuntimeUsageCount
impl Unpin for RuntimeUsageCount
impl UnsafeUnpin for RuntimeUsageCount
impl UnwindSafe for RuntimeUsageCount
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