pub enum ProductLevel {
L1C,
L2A,
}Variants§
Trait Implementations§
Source§impl Clone for ProductLevel
impl Clone for ProductLevel
Source§fn clone(&self) -> ProductLevel
fn clone(&self) -> ProductLevel
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 ProductLevel
impl Debug for ProductLevel
Source§impl Hash for ProductLevel
impl Hash for ProductLevel
Source§impl PartialEq for ProductLevel
impl PartialEq for ProductLevel
Source§impl PartialOrd for ProductLevel
impl PartialOrd for ProductLevel
impl Copy for ProductLevel
impl Eq for ProductLevel
impl StructuralPartialEq for ProductLevel
Auto Trait Implementations§
impl Freeze for ProductLevel
impl RefUnwindSafe for ProductLevel
impl Send for ProductLevel
impl Sync for ProductLevel
impl Unpin for ProductLevel
impl UnwindSafe for ProductLevel
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