pub enum EstimateMode {
Unset,
Economical,
Conservative,
}
Variants
Unset
Economical
Conservative
Trait Implementations
sourceimpl Clone for EstimateMode
impl Clone for EstimateMode
sourcefn clone(&self) -> EstimateMode
fn clone(&self) -> EstimateMode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for EstimateMode
impl Debug for EstimateMode
sourceimpl<'de> Deserialize<'de> for EstimateMode
impl<'de> Deserialize<'de> for EstimateMode
sourcefn 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
sourceimpl Hash for EstimateMode
impl Hash for EstimateMode
sourceimpl PartialEq<EstimateMode> for EstimateMode
impl PartialEq<EstimateMode> for EstimateMode
sourcefn 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 ==
. Read more
sourceimpl Serialize for EstimateMode
impl Serialize for EstimateMode
impl Copy for EstimateMode
impl Eq for EstimateMode
impl StructuralEq for EstimateMode
impl StructuralPartialEq for EstimateMode
Auto Trait Implementations
impl RefUnwindSafe for EstimateMode
impl Send for EstimateMode
impl Sync for EstimateMode
impl Unpin for EstimateMode
impl UnwindSafe for EstimateMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more