pub enum BfInfoParameter {
Capacity,
Size,
NumFilters,
NumItemsInserted,
ExpansionRate,
}Expand description
Optional parameter for the bf_info command.
Used to query a specific parameter.
Variants§
Trait Implementations§
Source§impl Args for BfInfoParameter
impl Args for BfInfoParameter
Source§fn write_args(&self, args: &mut CommandArgs)
fn write_args(&self, args: &mut CommandArgs)
Write this Rust type as one ore multiple args into CommandArgs. Read more
Auto Trait Implementations§
impl Freeze for BfInfoParameter
impl RefUnwindSafe for BfInfoParameter
impl Send for BfInfoParameter
impl Sync for BfInfoParameter
impl Unpin for BfInfoParameter
impl UnwindSafe for BfInfoParameter
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more