Trait IFsrmAutoApplyQuota_Impl
pub trait IFsrmAutoApplyQuota_Impl: IFsrmQuotaObject_Impl {
// Required methods
fn ExcludeFolders(&self) -> Result<*mut SAFEARRAY>;
fn SetExcludeFolders(&self, folders: *const SAFEARRAY) -> Result<()>;
fn CommitAndUpdateDerived(
&self,
commitoptions: FsrmCommitOptions,
applyoptions: FsrmTemplateApplyOptions,
) -> Result<IFsrmDerivedObjectsResult>;
}
Required Methods§
fn ExcludeFolders(&self) -> Result<*mut SAFEARRAY>
fn SetExcludeFolders(&self, folders: *const SAFEARRAY) -> Result<()>
fn CommitAndUpdateDerived( &self, commitoptions: FsrmCommitOptions, applyoptions: FsrmTemplateApplyOptions, ) -> Result<IFsrmDerivedObjectsResult>
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.