#[repr(u32)]pub enum ArubaAirgroupDeviceType {
PersonalDevice,
SharedDevice,
DeletedDevice,
Unknown(u32),
}Variants§
Trait Implementations§
Source§impl Clone for ArubaAirgroupDeviceType
impl Clone for ArubaAirgroupDeviceType
Source§fn clone(&self) -> ArubaAirgroupDeviceType
fn clone(&self) -> ArubaAirgroupDeviceType
Returns a duplicate 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 moreSource§impl Debug for ArubaAirgroupDeviceType
impl Debug for ArubaAirgroupDeviceType
Source§impl From<ArubaAirgroupDeviceType> for u32
impl From<ArubaAirgroupDeviceType> for u32
Source§fn from(e: ArubaAirgroupDeviceType) -> Self
fn from(e: ArubaAirgroupDeviceType) -> Self
Converts to this type from the input type.
Source§impl From<u32> for ArubaAirgroupDeviceType
impl From<u32> for ArubaAirgroupDeviceType
Source§impl PartialEq for ArubaAirgroupDeviceType
impl PartialEq for ArubaAirgroupDeviceType
impl Copy for ArubaAirgroupDeviceType
impl Eq for ArubaAirgroupDeviceType
impl StructuralPartialEq for ArubaAirgroupDeviceType
Auto Trait Implementations§
impl Freeze for ArubaAirgroupDeviceType
impl RefUnwindSafe for ArubaAirgroupDeviceType
impl Send for ArubaAirgroupDeviceType
impl Sync for ArubaAirgroupDeviceType
impl Unpin for ArubaAirgroupDeviceType
impl UnwindSafe for ArubaAirgroupDeviceType
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