#[repr(transparent)]pub struct HotspotAuthenticationResponseCode(pub i32);
Expand description
Required features: ‘Networking_NetworkOperators’
Tuple Fields
0: i32
Implementations
impl HotspotAuthenticationResponseCode
impl HotspotAuthenticationResponseCode
pub const NoError: Self
pub const LoginSucceeded: Self
pub const LoginFailed: Self
pub const RadiusServerError: Self
pub const NetworkAdministratorError: Self
pub const LoginAborted: Self
pub const AccessGatewayInternalError: Self
Trait Implementations
impl Clone for HotspotAuthenticationResponseCode
impl Clone for HotspotAuthenticationResponseCode
impl Copy for HotspotAuthenticationResponseCode
Auto Trait Implementations
impl RefUnwindSafe for HotspotAuthenticationResponseCode
impl Send for HotspotAuthenticationResponseCode
impl Sync for HotspotAuthenticationResponseCode
impl Unpin for HotspotAuthenticationResponseCode
impl UnwindSafe for HotspotAuthenticationResponseCode
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