pub enum DefaultCategory {
IO,
Compute,
Network,
Database,
Other,
}
Variants§
Trait Implementations§
Source§impl Category for DefaultCategory
impl Category for DefaultCategory
Source§impl Clone for DefaultCategory
impl Clone for DefaultCategory
Source§fn clone(&self) -> DefaultCategory
fn clone(&self) -> DefaultCategory
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 DefaultCategory
impl Debug for DefaultCategory
Source§impl Hash for DefaultCategory
impl Hash for DefaultCategory
Source§impl PartialEq for DefaultCategory
impl PartialEq for DefaultCategory
impl Copy for DefaultCategory
impl Eq for DefaultCategory
impl StructuralPartialEq for DefaultCategory
Auto Trait Implementations§
impl Freeze for DefaultCategory
impl RefUnwindSafe for DefaultCategory
impl Send for DefaultCategory
impl Sync for DefaultCategory
impl Unpin for DefaultCategory
impl UnwindSafe for DefaultCategory
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