pub enum UaCategory {
Undefined,
Open,
Specific,
Certified,
}Variants§
Trait Implementations§
Source§impl Clone for UaCategory
impl Clone for UaCategory
Source§fn clone(&self) -> UaCategory
fn clone(&self) -> UaCategory
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UaCategory
impl Debug for UaCategory
Source§impl From<UaCategory> for u8
impl From<UaCategory> for u8
Source§fn from(val: UaCategory) -> Self
fn from(val: UaCategory) -> Self
Converts to this type from the input type.
Source§impl From<u8> for UaCategory
impl From<u8> for UaCategory
Source§impl PartialEq for UaCategory
impl PartialEq for UaCategory
impl Copy for UaCategory
impl StructuralPartialEq for UaCategory
Auto Trait Implementations§
impl Freeze for UaCategory
impl RefUnwindSafe for UaCategory
impl Send for UaCategory
impl Sync for UaCategory
impl Unpin for UaCategory
impl UnwindSafe for UaCategory
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)