pub enum ClearObjectStoreMethod {
ClearObjectStore,
}Variants§
ClearObjectStore
Trait Implementations§
Source§impl Clone for ClearObjectStoreMethod
impl Clone for ClearObjectStoreMethod
Source§fn clone(&self) -> ClearObjectStoreMethod
fn clone(&self) -> ClearObjectStoreMethod
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 ClearObjectStoreMethod
impl Debug for ClearObjectStoreMethod
Source§impl<'de> Deserialize<'de> for ClearObjectStoreMethod
impl<'de> Deserialize<'de> for ClearObjectStoreMethod
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 PartialEq for ClearObjectStoreMethod
impl PartialEq for ClearObjectStoreMethod
Source§impl Serialize for ClearObjectStoreMethod
impl Serialize for ClearObjectStoreMethod
impl StructuralPartialEq for ClearObjectStoreMethod
Auto Trait Implementations§
impl Freeze for ClearObjectStoreMethod
impl RefUnwindSafe for ClearObjectStoreMethod
impl Send for ClearObjectStoreMethod
impl Sync for ClearObjectStoreMethod
impl Unpin for ClearObjectStoreMethod
impl UnsafeUnpin for ClearObjectStoreMethod
impl UnwindSafe for ClearObjectStoreMethod
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