Struct idb_sys::IndexParams
source · [−]pub struct IndexParams { /* private fields */ }Expand description
Options when creating Index.
Implementations
sourceimpl IndexParams
impl IndexParams
Trait Implementations
sourceimpl Clone for IndexParams
impl Clone for IndexParams
sourcefn clone(&self) -> IndexParams
fn clone(&self) -> IndexParams
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for IndexParams
impl Debug for IndexParams
sourceimpl Default for IndexParams
impl Default for IndexParams
sourcefn default() -> IndexParams
fn default() -> IndexParams
Returns the “default value” for a type. Read more
sourceimpl From<IdbIndexParameters> for IndexParams
impl From<IdbIndexParameters> for IndexParams
sourcefn from(inner: IdbIndexParameters) -> Self
fn from(inner: IdbIndexParameters) -> Self
Converts to this type from the input type.
sourceimpl From<IndexParams> for IdbIndexParameters
impl From<IndexParams> for IdbIndexParameters
sourcefn from(params: IndexParams) -> Self
fn from(params: IndexParams) -> Self
Converts to this type from the input type.
sourceimpl From<IndexParams> for JsValue
impl From<IndexParams> for JsValue
sourcefn from(value: IndexParams) -> Self
fn from(value: IndexParams) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<IndexParams> for IndexParams
impl PartialEq<IndexParams> for IndexParams
sourcefn eq(&self, other: &IndexParams) -> bool
fn eq(&self, other: &IndexParams) -> bool
sourceimpl TryFrom<JsValue> for IndexParams
impl TryFrom<JsValue> for IndexParams
impl Eq for IndexParams
impl StructuralEq for IndexParams
impl StructuralPartialEq for IndexParams
Auto Trait Implementations
impl RefUnwindSafe for IndexParams
impl !Send for IndexParams
impl !Sync for IndexParams
impl Unpin for IndexParams
impl UnwindSafe for IndexParams
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more