Struct windows::ApplicationModel::Appointments::AppointmentsProvider::AppointmentsProviderLaunchActionVerbs
pub struct AppointmentsProviderLaunchActionVerbs;
Implementations§
§impl AppointmentsProviderLaunchActionVerbs
impl AppointmentsProviderLaunchActionVerbs
pub fn AddAppointment() -> Result<HSTRING>
pub fn ReplaceAppointment() -> Result<HSTRING>
pub fn RemoveAppointment() -> Result<HSTRING>
pub fn ShowTimeFrame() -> Result<HSTRING>
pub fn ShowAppointmentDetails() -> Result<HSTRING>
Auto Trait Implementations§
impl Freeze for AppointmentsProviderLaunchActionVerbs
impl RefUnwindSafe for AppointmentsProviderLaunchActionVerbs
impl Send for AppointmentsProviderLaunchActionVerbs
impl Sync for AppointmentsProviderLaunchActionVerbs
impl Unpin for AppointmentsProviderLaunchActionVerbs
impl UnwindSafe for AppointmentsProviderLaunchActionVerbs
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more