#[repr(transparent)]pub struct VpnChannelRequestCredentialsOptions(pub u32);
Expand description
Required features: "Networking_Vpn"
Tuple Fields
0: u32
Implementations
impl VpnChannelRequestCredentialsOptions
impl VpnChannelRequestCredentialsOptions
pub const None: Self = Self(0u32)
pub const Retrying: Self = Self(1u32)
pub const UseForSingleSignIn: Self = Self(2u32)
Trait Implementations
impl Clone for VpnChannelRequestCredentialsOptions
impl Clone for VpnChannelRequestCredentialsOptions
impl Copy for VpnChannelRequestCredentialsOptions
Auto Trait Implementations
impl RefUnwindSafe for VpnChannelRequestCredentialsOptions
impl Send for VpnChannelRequestCredentialsOptions
impl Sync for VpnChannelRequestCredentialsOptions
impl Unpin for VpnChannelRequestCredentialsOptions
impl UnwindSafe for VpnChannelRequestCredentialsOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more