pub struct DictionaryBenchInfo {
pub name: String,
pub base: usize,
pub mode: EncodingMode,
pub available_paths: Vec<EncodingPath>,
pub supports_streaming: bool,
}Expand description
Information about a dictionary’s benchmark capabilities.
Fields§
§name: String§base: usize§mode: EncodingMode§available_paths: Vec<EncodingPath>§supports_streaming: boolTrait Implementations§
Source§impl Clone for DictionaryBenchInfo
impl Clone for DictionaryBenchInfo
Source§fn clone(&self) -> DictionaryBenchInfo
fn clone(&self) -> DictionaryBenchInfo
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 moreAuto Trait Implementations§
impl Freeze for DictionaryBenchInfo
impl RefUnwindSafe for DictionaryBenchInfo
impl Send for DictionaryBenchInfo
impl Sync for DictionaryBenchInfo
impl Unpin for DictionaryBenchInfo
impl UnwindSafe for DictionaryBenchInfo
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