pub struct RuntimeReceiptCapacityStatus {Show 16 fields
pub status: RuntimeCheckStatus,
pub receipt_records: u64,
pub application_receipt_records: u64,
pub canic_owned_receipt_records: u64,
pub pending_application_receipt_records: u64,
pub terminal_application_receipt_records: u64,
pub receipt_record_limit: u64,
pub remaining_receipt_record_headroom: u64,
pub resource_total_records: u64,
pub resource_total_record_limit: u64,
pub remaining_resource_total_headroom: u64,
pub warning_headroom_threshold: u64,
pub reserved_terminal_slots: u64,
pub reserved_terminal_pages: u64,
pub next_terminal_eligibility_at_ns: Option<u64>,
pub source: String,
}Fields§
§status: RuntimeCheckStatus§receipt_records: u64§application_receipt_records: u64§canic_owned_receipt_records: u64§pending_application_receipt_records: u64§terminal_application_receipt_records: u64§receipt_record_limit: u64§remaining_receipt_record_headroom: u64§resource_total_records: u64§resource_total_record_limit: u64§remaining_resource_total_headroom: u64§warning_headroom_threshold: u64§reserved_terminal_slots: u64§reserved_terminal_pages: u64§next_terminal_eligibility_at_ns: Option<u64>§source: StringTrait Implementations§
Source§impl Clone for RuntimeReceiptCapacityStatus
impl Clone for RuntimeReceiptCapacityStatus
Source§fn clone(&self) -> RuntimeReceiptCapacityStatus
fn clone(&self) -> RuntimeReceiptCapacityStatus
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 RuntimeReceiptCapacityStatus
impl Debug for RuntimeReceiptCapacityStatus
Source§impl<'de> Deserialize<'de> for RuntimeReceiptCapacityStatus
impl<'de> Deserialize<'de> for RuntimeReceiptCapacityStatus
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 Eq for RuntimeReceiptCapacityStatus
impl StructuralPartialEq for RuntimeReceiptCapacityStatus
Auto Trait Implementations§
impl Freeze for RuntimeReceiptCapacityStatus
impl RefUnwindSafe for RuntimeReceiptCapacityStatus
impl Send for RuntimeReceiptCapacityStatus
impl Sync for RuntimeReceiptCapacityStatus
impl Unpin for RuntimeReceiptCapacityStatus
impl UnsafeUnpin for RuntimeReceiptCapacityStatus
impl UnwindSafe for RuntimeReceiptCapacityStatus
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