pub enum ImplementationEffort {
Low,
Medium,
High,
}
Variants§
Trait Implementations§
Source§impl Clone for ImplementationEffort
impl Clone for ImplementationEffort
Source§fn clone(&self) -> ImplementationEffort
fn clone(&self) -> ImplementationEffort
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 ImplementationEffort
impl Debug for ImplementationEffort
Source§impl PartialEq for ImplementationEffort
impl PartialEq for ImplementationEffort
impl StructuralPartialEq for ImplementationEffort
Auto Trait Implementations§
impl Freeze for ImplementationEffort
impl RefUnwindSafe for ImplementationEffort
impl Send for ImplementationEffort
impl Sync for ImplementationEffort
impl Unpin for ImplementationEffort
impl UnwindSafe for ImplementationEffort
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