Trait IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs_Impl
pub trait IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs_Impl: IActivatedEventArgs_Impl + IAppointmentsProviderActivatedEventArgs_Impl {
// Required methods
fn InstanceStartDate(&self) -> Result<IReference<DateTime>>;
fn LocalId(&self) -> Result<HSTRING>;
fn RoamingId(&self) -> Result<HSTRING>;
}
Required Methods§
fn InstanceStartDate(&self) -> Result<IReference<DateTime>>
fn LocalId(&self) -> Result<HSTRING>
fn RoamingId(&self) -> Result<HSTRING>
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.