pub enum EstimateMode {
Unset,
Economical,
Conservative,
}
Variants§
Trait Implementations§
source§impl Clone for EstimateMode
impl Clone for EstimateMode
source§fn clone(&self) -> EstimateMode
fn clone(&self) -> EstimateMode
Returns a copy 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 EstimateMode
impl Debug for EstimateMode
source§impl<'de> Deserialize<'de> for EstimateMode
impl<'de> Deserialize<'de> for EstimateMode
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for EstimateMode
impl Hash for EstimateMode
source§impl PartialEq for EstimateMode
impl PartialEq for EstimateMode
source§fn eq(&self, other: &EstimateMode) -> bool
fn eq(&self, other: &EstimateMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for EstimateMode
impl Serialize for EstimateMode
impl Copy for EstimateMode
impl Eq for EstimateMode
impl StructuralPartialEq for EstimateMode
Auto Trait Implementations§
impl Freeze for EstimateMode
impl RefUnwindSafe for EstimateMode
impl Send for EstimateMode
impl Sync for EstimateMode
impl Unpin for EstimateMode
impl UnwindSafe for EstimateMode
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