Trait IFsrmQuota_Impl
pub trait IFsrmQuota_Impl: IFsrmQuotaObject_Impl {
// Required methods
fn QuotaUsed(&self) -> Result<VARIANT>;
fn QuotaPeakUsage(&self) -> Result<VARIANT>;
fn QuotaPeakUsageTime(&self) -> Result<f64>;
fn ResetPeakUsage(&self) -> Result<()>;
fn RefreshUsageProperties(&self) -> Result<()>;
}
Required Methods§
fn QuotaUsed(&self) -> Result<VARIANT>
fn QuotaPeakUsage(&self) -> Result<VARIANT>
fn QuotaPeakUsageTime(&self) -> Result<f64>
fn ResetPeakUsage(&self) -> Result<()>
fn RefreshUsageProperties(&self) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.