pub enum TaskElementUnits {
None,
Bytes,
Bits,
}
Variants§
Trait Implementations§
Source§impl Clone for TaskElementUnits
impl Clone for TaskElementUnits
Source§fn clone(&self) -> TaskElementUnits
fn clone(&self) -> TaskElementUnits
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TaskElementUnits
impl Debug for TaskElementUnits
Source§impl PartialEq for TaskElementUnits
impl PartialEq for TaskElementUnits
impl Copy for TaskElementUnits
impl Eq for TaskElementUnits
impl StructuralPartialEq for TaskElementUnits
Auto Trait Implementations§
impl Freeze for TaskElementUnits
impl RefUnwindSafe for TaskElementUnits
impl Send for TaskElementUnits
impl Sync for TaskElementUnits
impl Unpin for TaskElementUnits
impl UnwindSafe for TaskElementUnits
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