Struct CredentialPicker
pub struct CredentialPicker;
Implementations§
§impl CredentialPicker
impl CredentialPicker
pub fn PickWithOptionsAsync<P0>(
options: P0,
) -> Result<IAsyncOperation<CredentialPickerResults>>where
P0: Param<CredentialPickerOptions>,
pub fn PickWithMessageAsync( targetname: &HSTRING, message: &HSTRING, ) -> Result<IAsyncOperation<CredentialPickerResults>>
pub fn PickWithCaptionAsync( targetname: &HSTRING, message: &HSTRING, caption: &HSTRING, ) -> Result<IAsyncOperation<CredentialPickerResults>>
Auto Trait Implementations§
impl Freeze for CredentialPicker
impl RefUnwindSafe for CredentialPicker
impl Send for CredentialPicker
impl Sync for CredentialPicker
impl Unpin for CredentialPicker
impl UnwindSafe for CredentialPicker
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