pub struct ClearObjectStore {
pub security_origin: Option<String>,
pub storage_key: Option<String>,
pub storage_bucket: Option<StorageBucket>,
pub database_name: String,
pub object_store_name: String,
}
Fields§
§security_origin: Option<String>
§storage_key: Option<String>
§storage_bucket: Option<StorageBucket>
§database_name: String
§object_store_name: String
Trait Implementations§
Source§impl Clone for ClearObjectStore
impl Clone for ClearObjectStore
Source§fn clone(&self) -> ClearObjectStore
fn clone(&self) -> ClearObjectStore
Returns a duplicate 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 ClearObjectStore
impl Debug for ClearObjectStore
Source§impl<'de> Deserialize<'de> for ClearObjectStore
impl<'de> Deserialize<'de> for ClearObjectStore
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 Method for ClearObjectStore
impl Method for ClearObjectStore
const NAME: &'static str = "IndexedDB.clearObjectStore"
type ReturnObject = ClearObjectStoreReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for ClearObjectStore
impl PartialEq for ClearObjectStore
Source§impl Serialize for ClearObjectStore
impl Serialize for ClearObjectStore
impl StructuralPartialEq for ClearObjectStore
Auto Trait Implementations§
impl Freeze for ClearObjectStore
impl RefUnwindSafe for ClearObjectStore
impl Send for ClearObjectStore
impl Sync for ClearObjectStore
impl Unpin for ClearObjectStore
impl UnwindSafe for ClearObjectStore
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