pub enum CostClass {
None,
RootCanisterSignaturePrepare,
RootChainKeySigning,
IssuerCanisterSignaturePrepare,
ManagementDeployment,
ValueTransfer,
DurablePublish,
}Expand description
CostClass
Cost and quota family attached to a replay-policy entry. Owned by replay policy and mapped into cost guard configuration.
Variants§
None
RootCanisterSignaturePrepare
RootChainKeySigning
IssuerCanisterSignaturePrepare
ManagementDeployment
ValueTransfer
DurablePublish
Trait Implementations§
impl Copy for CostClass
impl Eq for CostClass
impl StructuralPartialEq for CostClass
Auto Trait Implementations§
impl Freeze for CostClass
impl RefUnwindSafe for CostClass
impl Send for CostClass
impl Sync for CostClass
impl Unpin for CostClass
impl UnsafeUnpin for CostClass
impl UnwindSafe for CostClass
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