windows::Win32::System::DistributedTransactionCoordinator

Trait IDtcLuSubordinateDtc_Impl

pub trait IDtcLuSubordinateDtc_Impl: IUnknownImpl {
    // Required methods
    fn Unplug(&self, fconversationlost: BOOL) -> Result<()>;
    fn BackedOut(&self) -> Result<()>;
    fn BackOut(&self) -> Result<()>;
    fn Committed(&self) -> Result<()>;
    fn Forget(&self) -> Result<()>;
    fn Prepare(&self) -> Result<()>;
    fn RequestCommit(&self) -> Result<()>;
}

Required Methods§

fn Unplug(&self, fconversationlost: BOOL) -> Result<()>

fn BackedOut(&self) -> Result<()>

fn BackOut(&self) -> Result<()>

fn Committed(&self) -> Result<()>

fn Forget(&self) -> Result<()>

fn Prepare(&self) -> Result<()>

fn RequestCommit(&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§