Struct HotspotAuthenticationResponseCode
#[repr(transparent)]pub struct HotspotAuthenticationResponseCode(pub i32);
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
§fn clone(&self) -> HotspotAuthenticationResponseCode
fn clone(&self) -> HotspotAuthenticationResponseCode
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for HotspotAuthenticationResponseCode
impl Debug for HotspotAuthenticationResponseCode
§impl Default for HotspotAuthenticationResponseCode
impl Default for HotspotAuthenticationResponseCode
§fn default() -> HotspotAuthenticationResponseCode
fn default() -> HotspotAuthenticationResponseCode
Returns the “default value” for a type. Read more
impl Copy for HotspotAuthenticationResponseCode
impl Eq for HotspotAuthenticationResponseCode
impl StructuralPartialEq for HotspotAuthenticationResponseCode
Auto Trait Implementations§
impl Freeze for HotspotAuthenticationResponseCode
impl RefUnwindSafe for HotspotAuthenticationResponseCode
impl Send for HotspotAuthenticationResponseCode
impl Sync for HotspotAuthenticationResponseCode
impl Unpin for HotspotAuthenticationResponseCode
impl UnwindSafe for HotspotAuthenticationResponseCode
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