windows::Win32::Storage::FileServerResourceManager

Trait IFsrmAction_Impl

pub trait IFsrmAction_Impl: IDispatch_Impl {
    // Required methods
    fn Id(&self) -> Result<GUID>;
    fn ActionType(&self) -> Result<FsrmActionType>;
    fn RunLimitInterval(&self) -> Result<i32>;
    fn SetRunLimitInterval(&self, minutes: i32) -> Result<()>;
    fn Delete(&self) -> Result<()>;
}

Required Methods§

fn Id(&self) -> Result<GUID>

fn ActionType(&self) -> Result<FsrmActionType>

fn RunLimitInterval(&self) -> Result<i32>

fn SetRunLimitInterval(&self, minutes: i32) -> Result<()>

fn Delete(&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.

Implementors§