pub struct UaClassification {
pub category: UaCategory,
pub class: UaClass,
}Fields§
§category: UaCategory§class: UaClassImplementations§
Trait Implementations§
Source§impl Clone for UaClassification
impl Clone for UaClassification
Source§fn clone(&self) -> UaClassification
fn clone(&self) -> UaClassification
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UaClassification
impl Debug for UaClassification
Source§impl PartialEq for UaClassification
impl PartialEq for UaClassification
Source§fn eq(&self, other: &UaClassification) -> bool
fn eq(&self, other: &UaClassification) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UaClassification
Auto Trait Implementations§
impl Freeze for UaClassification
impl RefUnwindSafe for UaClassification
impl Send for UaClassification
impl Sync for UaClassification
impl Unpin for UaClassification
impl UnsafeUnpin for UaClassification
impl UnwindSafe for UaClassification
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