windows::Win32::System::ComponentServices

Trait IMessageMover_Impl

pub trait IMessageMover_Impl: IDispatch_Impl {
    // Required methods
    fn SourcePath(&self) -> Result<BSTR>;
    fn SetSourcePath(&self, newval: &BSTR) -> Result<()>;
    fn DestPath(&self) -> Result<BSTR>;
    fn SetDestPath(&self, newval: &BSTR) -> Result<()>;
    fn CommitBatchSize(&self) -> Result<i32>;
    fn SetCommitBatchSize(&self, newval: i32) -> Result<()>;
    fn MoveMessages(&self) -> Result<i32>;
}

Required Methods§

fn SourcePath(&self) -> Result<BSTR>

fn SetSourcePath(&self, newval: &BSTR) -> Result<()>

fn DestPath(&self) -> Result<BSTR>

fn SetDestPath(&self, newval: &BSTR) -> Result<()>

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

fn SetCommitBatchSize(&self, newval: i32) -> Result<()>

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

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§