Trait IFsrmQuotaObject_Impl
pub trait IFsrmQuotaObject_Impl: IFsrmQuotaBase_Impl {
// Required methods
fn Path(&self) -> Result<BSTR>;
fn UserSid(&self) -> Result<BSTR>;
fn UserAccount(&self) -> Result<BSTR>;
fn SourceTemplateName(&self) -> Result<BSTR>;
fn MatchesSourceTemplate(&self) -> Result<VARIANT_BOOL>;
fn ApplyTemplate(&self, quotatemplatename: &BSTR) -> Result<()>;
}
Required Methods§
fn Path(&self) -> Result<BSTR>
fn UserSid(&self) -> Result<BSTR>
fn UserAccount(&self) -> Result<BSTR>
fn SourceTemplateName(&self) -> Result<BSTR>
fn MatchesSourceTemplate(&self) -> Result<VARIANT_BOOL>
fn ApplyTemplate(&self, quotatemplatename: &BSTR) -> 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.