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