Struct EnterpriseEnrollmentManager
pub struct EnterpriseEnrollmentManager;
Implementations§
§impl EnterpriseEnrollmentManager
impl EnterpriseEnrollmentManager
pub fn EnrolledEnterprises() -> Result<IVectorView<Enterprise>>
pub fn CurrentEnterprise() -> Result<Enterprise>
pub fn ValidateEnterprisesAsync() -> Result<IAsyncAction>
pub fn RequestEnrollmentAsync( enrollmenttoken: &HSTRING, ) -> Result<IAsyncOperation<EnterpriseEnrollmentResult>>
pub fn RequestUnenrollmentAsync<P0>(
enterprise: P0,
) -> Result<IAsyncOperation<bool>>where
P0: Param<Enterprise>,
Auto Trait Implementations§
impl Freeze for EnterpriseEnrollmentManager
impl RefUnwindSafe for EnterpriseEnrollmentManager
impl Send for EnterpriseEnrollmentManager
impl Sync for EnterpriseEnrollmentManager
impl Unpin for EnterpriseEnrollmentManager
impl UnwindSafe for EnterpriseEnrollmentManager
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