pub struct KeyScanResult {
pub has_timestamp: bool,
pub has_coordinates: bool,
pub has_type_field: bool,
pub key_count: usize,
}
Expand description
Result of SIMD object key scanning
Fields§
§has_timestamp: bool
§has_coordinates: bool
§has_type_field: bool
§key_count: usize
Trait Implementations§
Source§impl Debug for KeyScanResult
impl Debug for KeyScanResult
Source§impl Default for KeyScanResult
impl Default for KeyScanResult
Source§fn default() -> KeyScanResult
fn default() -> KeyScanResult
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for KeyScanResult
impl RefUnwindSafe for KeyScanResult
impl Send for KeyScanResult
impl Sync for KeyScanResult
impl Unpin for KeyScanResult
impl UnwindSafe for KeyScanResult
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