Enum rio_config::Performance
source · pub enum Performance {
High,
Low,
}Variants§
Trait Implementations§
source§impl Clone for Performance
impl Clone for Performance
source§fn clone(&self) -> Performance
fn clone(&self) -> Performance
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 Performance
impl Debug for Performance
source§impl Default for Performance
impl Default for Performance
source§fn default() -> Performance
fn default() -> Performance
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for Performance
impl<'de> Deserialize<'de> for Performance
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 Display for Performance
impl Display for Performance
source§impl PartialEq for Performance
impl PartialEq for Performance
source§fn eq(&self, other: &Performance) -> bool
fn eq(&self, other: &Performance) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for Performance
impl Serialize for Performance
impl Copy for Performance
impl StructuralPartialEq for Performance
Auto Trait Implementations§
impl RefUnwindSafe for Performance
impl Send for Performance
impl Sync for Performance
impl Unpin for Performance
impl UnwindSafe for Performance
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