pub struct DescribeIndexConfig {
pub k_bits: usize,
pub hybrid: bool,
}
Expand description
Describes an Indexes Configuration
Fields§
§k_bits: usize
k bits.
hybrid: bool
Hybrid.
Trait Implementations§
Source§impl Clone for DescribeIndexConfig
impl Clone for DescribeIndexConfig
Source§fn clone(&self) -> DescribeIndexConfig
fn clone(&self) -> DescribeIndexConfig
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 DescribeIndexConfig
impl Debug for DescribeIndexConfig
Source§impl Default for DescribeIndexConfig
impl Default for DescribeIndexConfig
Source§fn default() -> DescribeIndexConfig
fn default() -> DescribeIndexConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeIndexConfig
impl<'de> Deserialize<'de> for DescribeIndexConfig
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
Auto Trait Implementations§
impl Freeze for DescribeIndexConfig
impl RefUnwindSafe for DescribeIndexConfig
impl Send for DescribeIndexConfig
impl Sync for DescribeIndexConfig
impl Unpin for DescribeIndexConfig
impl UnwindSafe for DescribeIndexConfig
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