Struct spm_precompiled::DoubleArray
source · pub struct DoubleArray { /* private fields */ }
Implementations§
source§impl DoubleArray
impl DoubleArray
pub fn common_prefix_search(&self, key: &[u8]) -> Vec<isize>
Trait Implementations§
source§impl Clone for DoubleArray
impl Clone for DoubleArray
source§fn clone(&self) -> DoubleArray
fn clone(&self) -> DoubleArray
Returns a copy 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 DoubleArray
impl Debug for DoubleArray
source§impl Default for DoubleArray
impl Default for DoubleArray
source§fn default() -> DoubleArray
fn default() -> DoubleArray
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DoubleArray
impl<'de> Deserialize<'de> for DoubleArray
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 PartialEq for DoubleArray
impl PartialEq for DoubleArray
source§fn eq(&self, other: &DoubleArray) -> bool
fn eq(&self, other: &DoubleArray) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for DoubleArray
impl Serialize for DoubleArray
impl StructuralPartialEq for DoubleArray
Auto Trait Implementations§
impl Freeze for DoubleArray
impl RefUnwindSafe for DoubleArray
impl Send for DoubleArray
impl Sync for DoubleArray
impl Unpin for DoubleArray
impl UnwindSafe for DoubleArray
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