windows::Win32::Storage::FileServerResourceManager

Trait IFsrmMutableCollection_Impl

pub trait IFsrmMutableCollection_Impl: IFsrmCollection_Impl {
    // Required methods
    fn Add(&self, item: &VARIANT) -> Result<()>;
    fn Remove(&self, index: i32) -> Result<()>;
    fn RemoveById(&self, id: &GUID) -> Result<()>;
    fn Clone(&self) -> Result<IFsrmMutableCollection>;
}

Required Methods§

fn Add(&self, item: &VARIANT) -> Result<()>

fn Remove(&self, index: i32) -> Result<()>

fn RemoveById(&self, id: &GUID) -> Result<()>

fn Clone(&self) -> Result<IFsrmMutableCollection>

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§