pub enum LatencyMode {
    Low,
    High,
}Expand description
Latency mode for queries
Variants§
Trait Implementations§
Source§impl Clone for LatencyMode
 
impl Clone for LatencyMode
Source§fn clone(&self) -> LatencyMode
 
fn clone(&self) -> LatencyMode
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 LatencyMode
 
impl Debug for LatencyMode
Source§impl<'de> Deserialize<'de> for LatencyMode
 
impl<'de> Deserialize<'de> for LatencyMode
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 Serialize for LatencyMode
 
impl Serialize for LatencyMode
impl Copy for LatencyMode
Auto Trait Implementations§
impl Freeze for LatencyMode
impl RefUnwindSafe for LatencyMode
impl Send for LatencyMode
impl Sync for LatencyMode
impl Unpin for LatencyMode
impl UnwindSafe for LatencyMode
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