pub struct GetMetadata {
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: StringTrait Implementations§
Source§impl Clone for GetMetadata
impl Clone for GetMetadata
Source§fn clone(&self) -> GetMetadata
fn clone(&self) -> GetMetadata
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 GetMetadata
impl Debug for GetMetadata
Source§impl<'de> Deserialize<'de> for GetMetadata
impl<'de> Deserialize<'de> for GetMetadata
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 GetMetadata
impl Method for GetMetadata
const NAME: &'static str = "IndexedDB.getMetadata"
type ReturnObject = GetMetadataReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for GetMetadata
impl PartialEq for GetMetadata
Source§impl Serialize for GetMetadata
impl Serialize for GetMetadata
impl StructuralPartialEq for GetMetadata
Auto Trait Implementations§
impl Freeze for GetMetadata
impl RefUnwindSafe for GetMetadata
impl Send for GetMetadata
impl Sync for GetMetadata
impl Unpin for GetMetadata
impl UnwindSafe for GetMetadata
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