[][src]Struct web_sys::IdbIndex

#[repr(transparent)]pub struct IdbIndex { /* fields omitted */ }

The IdbIndex class.

MDN Documentation

This API requires the following crate features to be activated: IdbIndex

Implementations

impl IdbIndex[src]

pub fn name(&self) -> String[src]

Getter for the name field of this object.

MDN Documentation

This API requires the following crate features to be activated: IdbIndex

impl IdbIndex[src]

pub fn set_name(&self, value: &str)[src]

Setter for the name field of this object.

MDN Documentation

This API requires the following crate features to be activated: IdbIndex

impl IdbIndex[src]

pub fn object_store(&self) -> IdbObjectStore[src]

Getter for the objectStore field of this object.

MDN Documentation

This API requires the following crate features to be activated: IdbIndex, IdbObjectStore

impl IdbIndex[src]

pub fn key_path(&self) -> Result<JsValue, JsValue>[src]

Getter for the keyPath field of this object.

MDN Documentation

This API requires the following crate features to be activated: IdbIndex

impl IdbIndex[src]

pub fn multi_entry(&self) -> bool[src]

Getter for the multiEntry field of this object.

MDN Documentation

This API requires the following crate features to be activated: IdbIndex

impl IdbIndex[src]

pub fn unique(&self) -> bool[src]

Getter for the unique field of this object.

MDN Documentation

This API requires the following crate features to be activated: IdbIndex

impl IdbIndex[src]

pub fn locale(&self) -> Option<String>[src]

Getter for the locale field of this object.

MDN Documentation

This API requires the following crate features to be activated: IdbIndex

impl IdbIndex[src]

pub fn is_auto_locale(&self) -> bool[src]

Getter for the isAutoLocale field of this object.

MDN Documentation

This API requires the following crate features to be activated: IdbIndex

impl IdbIndex[src]

pub fn count(&self) -> Result<IdbRequest, JsValue>[src]

The count() method.

MDN Documentation

This API requires the following crate features to be activated: IdbIndex, IdbRequest

impl IdbIndex[src]

pub fn count_with_key(&self, key: &JsValue) -> Result<IdbRequest, JsValue>[src]

The count() method.

MDN Documentation

This API requires the following crate features to be activated: IdbIndex, IdbRequest

impl IdbIndex[src]

pub fn get(&self, key: &JsValue) -> Result<IdbRequest, JsValue>[src]

The get() method.

MDN Documentation

This API requires the following crate features to be activated: IdbIndex, IdbRequest

impl IdbIndex[src]

pub fn get_all(&self) -> Result<IdbRequest, JsValue>[src]

The getAll() method.

MDN Documentation

This API requires the following crate features to be activated: IdbIndex, IdbRequest

impl IdbIndex[src]

pub fn get_all_with_key(&self, key: &JsValue) -> Result<IdbRequest, JsValue>[src]

The getAll() method.

MDN Documentation

This API requires the following crate features to be activated: IdbIndex, IdbRequest

impl IdbIndex[src]

pub fn get_all_with_key_and_limit(
    &self,
    key: &JsValue,
    limit: u32
) -> Result<IdbRequest, JsValue>
[src]

The getAll() method.

MDN Documentation

This API requires the following crate features to be activated: IdbIndex, IdbRequest

impl IdbIndex[src]

pub fn get_all_keys(&self) -> Result<IdbRequest, JsValue>[src]

The getAllKeys() method.

MDN Documentation

This API requires the following crate features to be activated: IdbIndex, IdbRequest

impl IdbIndex[src]

pub fn get_all_keys_with_key(
    &self,
    key: &JsValue
) -> Result<IdbRequest, JsValue>
[src]

The getAllKeys() method.

MDN Documentation

This API requires the following crate features to be activated: IdbIndex, IdbRequest

impl IdbIndex[src]

pub fn get_all_keys_with_key_and_limit(
    &self,
    key: &JsValue,
    limit: u32
) -> Result<IdbRequest, JsValue>
[src]

The getAllKeys() method.

MDN Documentation

This API requires the following crate features to be activated: IdbIndex, IdbRequest

impl IdbIndex[src]

pub fn get_key(&self, key: &JsValue) -> Result<IdbRequest, JsValue>[src]

The getKey() method.

MDN Documentation

This API requires the following crate features to be activated: IdbIndex, IdbRequest

impl IdbIndex[src]

pub fn open_cursor(&self) -> Result<IdbRequest, JsValue>[src]

The openCursor() method.

MDN Documentation

This API requires the following crate features to be activated: IdbIndex, IdbRequest

impl IdbIndex[src]

pub fn open_cursor_with_range(
    &self,
    range: &JsValue
) -> Result<IdbRequest, JsValue>
[src]

The openCursor() method.

MDN Documentation

This API requires the following crate features to be activated: IdbIndex, IdbRequest

impl IdbIndex[src]

pub fn open_cursor_with_range_and_direction(
    &self,
    range: &JsValue,
    direction: IdbCursorDirection
) -> Result<IdbRequest, JsValue>
[src]

The openCursor() method.

MDN Documentation

This API requires the following crate features to be activated: IdbCursorDirection, IdbIndex, IdbRequest

impl IdbIndex[src]

pub fn open_key_cursor(&self) -> Result<IdbRequest, JsValue>[src]

The openKeyCursor() method.

MDN Documentation

This API requires the following crate features to be activated: IdbIndex, IdbRequest

impl IdbIndex[src]

pub fn open_key_cursor_with_range(
    &self,
    range: &JsValue
) -> Result<IdbRequest, JsValue>
[src]

The openKeyCursor() method.

MDN Documentation

This API requires the following crate features to be activated: IdbIndex, IdbRequest

impl IdbIndex[src]

pub fn open_key_cursor_with_range_and_direction(
    &self,
    range: &JsValue,
    direction: IdbCursorDirection
) -> Result<IdbRequest, JsValue>
[src]

The openKeyCursor() method.

MDN Documentation

This API requires the following crate features to be activated: IdbCursorDirection, IdbIndex, IdbRequest

Trait Implementations

impl AsRef<IdbIndex> for IdbIndex[src]

impl AsRef<JsValue> for IdbIndex[src]

impl AsRef<Object> for IdbIndex[src]

impl Clone for IdbIndex[src]

impl Debug for IdbIndex[src]

impl Deref for IdbIndex[src]

type Target = Object

The resulting type after dereferencing.

impl Eq for IdbIndex[src]

impl From<IdbIndex> for JsValue[src]

impl From<IdbIndex> for Object[src]

impl From<JsValue> for IdbIndex[src]

impl FromWasmAbi for IdbIndex[src]

type Abi = <JsValue as FromWasmAbi>::Abi

The wasm ABI type that this converts from when coming back out from the ABI boundary. Read more

impl IntoWasmAbi for IdbIndex[src]

type Abi = <JsValue as IntoWasmAbi>::Abi

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl<'a> IntoWasmAbi for &'a IdbIndex[src]

type Abi = <&'a JsValue as IntoWasmAbi>::Abi

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl JsCast for IdbIndex[src]

impl OptionFromWasmAbi for IdbIndex[src]

impl OptionIntoWasmAbi for IdbIndex[src]

impl<'a> OptionIntoWasmAbi for &'a IdbIndex[src]

impl PartialEq<IdbIndex> for IdbIndex[src]

impl RefFromWasmAbi for IdbIndex[src]

type Abi = <JsValue as RefFromWasmAbi>::Abi

The wasm ABI type references to Self are recovered from.

type Anchor = ManuallyDrop<IdbIndex>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don't persist beyond one function call, and so that they remain anonymous. Read more

impl StructuralEq for IdbIndex[src]

impl StructuralPartialEq for IdbIndex[src]

impl WasmDescribe for IdbIndex[src]

Auto Trait Implementations

impl RefUnwindSafe for IdbIndex

impl !Send for IdbIndex

impl !Sync for IdbIndex

impl Unpin for IdbIndex

impl UnwindSafe for IdbIndex

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ReturnWasmAbi for T where
    T: IntoWasmAbi
[src]

type Abi = <T as IntoWasmAbi>::Abi

Same as IntoWasmAbi::Abi

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.