windows::ApplicationModel::Activation

Trait IContactMessageActivatedEventArgs_Impl

pub trait IContactMessageActivatedEventArgs_Impl: IActivatedEventArgs_Impl + IContactActivatedEventArgs_Impl {
    // Required methods
    fn ServiceId(&self) -> Result<HSTRING>;
    fn ServiceUserId(&self) -> Result<HSTRING>;
    fn Contact(&self) -> Result<Contact>;
}

Required Methods§

fn ServiceId(&self) -> Result<HSTRING>

fn ServiceUserId(&self) -> Result<HSTRING>

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

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§