Struct idb_sys::ObjectStoreParams
source · [−]pub struct ObjectStoreParams { /* private fields */ }Expand description
Options when creating an ObjectStore.
Implementations
Trait Implementations
sourceimpl Clone for ObjectStoreParams
impl Clone for ObjectStoreParams
sourcefn clone(&self) -> ObjectStoreParams
fn clone(&self) -> ObjectStoreParams
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 ObjectStoreParams
impl Debug for ObjectStoreParams
sourceimpl Default for ObjectStoreParams
impl Default for ObjectStoreParams
sourcefn default() -> ObjectStoreParams
fn default() -> ObjectStoreParams
Returns the “default value” for a type. Read more
sourceimpl From<IdbObjectStoreParameters> for ObjectStoreParams
impl From<IdbObjectStoreParameters> for ObjectStoreParams
sourcefn from(inner: IdbObjectStoreParameters) -> Self
fn from(inner: IdbObjectStoreParameters) -> Self
Converts to this type from the input type.
sourceimpl From<ObjectStoreParams> for IdbObjectStoreParameters
impl From<ObjectStoreParams> for IdbObjectStoreParameters
sourcefn from(params: ObjectStoreParams) -> Self
fn from(params: ObjectStoreParams) -> Self
Converts to this type from the input type.
sourceimpl From<ObjectStoreParams> for JsValue
impl From<ObjectStoreParams> for JsValue
sourcefn from(value: ObjectStoreParams) -> Self
fn from(value: ObjectStoreParams) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<ObjectStoreParams> for ObjectStoreParams
impl PartialEq<ObjectStoreParams> for ObjectStoreParams
sourcefn eq(&self, other: &ObjectStoreParams) -> bool
fn eq(&self, other: &ObjectStoreParams) -> bool
sourceimpl TryFrom<JsValue> for ObjectStoreParams
impl TryFrom<JsValue> for ObjectStoreParams
impl Eq for ObjectStoreParams
impl StructuralEq for ObjectStoreParams
impl StructuralPartialEq for ObjectStoreParams
Auto Trait Implementations
impl RefUnwindSafe for ObjectStoreParams
impl !Send for ObjectStoreParams
impl !Sync for ObjectStoreParams
impl Unpin for ObjectStoreParams
impl UnwindSafe for ObjectStoreParams
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