Struct idb_sys::IndexParams
source · pub struct IndexParams { /* private fields */ }Expand description
Options when creating Index.
Implementations§
source§impl IndexParams
impl IndexParams
Trait Implementations§
source§impl Clone for IndexParams
impl Clone for IndexParams
source§fn clone(&self) -> IndexParams
fn clone(&self) -> IndexParams
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 IndexParams
impl Debug for IndexParams
source§impl Default for IndexParams
impl Default for IndexParams
source§fn default() -> IndexParams
fn default() -> IndexParams
Returns the “default value” for a type. Read more
source§impl From<IdbIndexParameters> for IndexParams
impl From<IdbIndexParameters> for IndexParams
source§fn from(inner: IdbIndexParameters) -> Self
fn from(inner: IdbIndexParameters) -> Self
Converts to this type from the input type.
source§impl From<IndexParams> for IdbIndexParameters
impl From<IndexParams> for IdbIndexParameters
source§fn from(params: IndexParams) -> Self
fn from(params: IndexParams) -> Self
Converts to this type from the input type.
source§impl From<IndexParams> for JsValue
impl From<IndexParams> for JsValue
source§fn from(value: IndexParams) -> Self
fn from(value: IndexParams) -> Self
Converts to this type from the input type.