pub enum AccessPointType {
STATIC = 0,
DYNAMIC = 1,
}Variants§
Trait Implementations§
Source§impl Clone for AccessPointType
impl Clone for AccessPointType
Source§fn clone(&self) -> AccessPointType
fn clone(&self) -> AccessPointType
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 AccessPointType
impl Debug for AccessPointType
Source§impl Default for AccessPointType
impl Default for AccessPointType
Source§impl Enum for AccessPointType
impl Enum for AccessPointType
Source§const VALUES: &'static [AccessPointType]
const VALUES: &'static [AccessPointType]
All enum values for enum type.
Source§impl EnumFull for AccessPointType
impl EnumFull for AccessPointType
Source§fn enum_descriptor() -> EnumDescriptor
fn enum_descriptor() -> EnumDescriptor
Get enum descriptor by type.
Source§fn descriptor(&self) -> EnumValueDescriptor
fn descriptor(&self) -> EnumValueDescriptor
Get enum value descriptor.
Source§impl Hash for AccessPointType
impl Hash for AccessPointType
Source§impl PartialEq for AccessPointType
impl PartialEq for AccessPointType
impl Copy for AccessPointType
impl Eq for AccessPointType
impl StructuralPartialEq for AccessPointType
Auto Trait Implementations§
impl Freeze for AccessPointType
impl RefUnwindSafe for AccessPointType
impl Send for AccessPointType
impl Sync for AccessPointType
impl Unpin for AccessPointType
impl UnsafeUnpin for AccessPointType
impl UnwindSafe for AccessPointType
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