#[repr(transparent)]pub struct EasEncryptionProviderType(pub i32);Expand description
Required features: ‘Security_ExchangeActiveSyncProvisioning’
Tuple Fields
0: i32Implementations
Trait Implementations
impl Clone for EasEncryptionProviderType
impl Clone for EasEncryptionProviderType
impl Copy for EasEncryptionProviderType
Auto Trait Implementations
impl RefUnwindSafe for EasEncryptionProviderType
impl Send for EasEncryptionProviderType
impl Sync for EasEncryptionProviderType
impl Unpin for EasEncryptionProviderType
impl UnwindSafe for EasEncryptionProviderType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more