Struct ownable_std::IdbStateDump
source · pub struct IdbStateDump {
pub state_dump: HashMap<Vec<u8>, Vec<u8>>,
}
Fields§
§state_dump: HashMap<Vec<u8>, Vec<u8>>
Implementations§
source§impl IdbStateDump
impl IdbStateDump
pub fn from(store: MemoryStorage) -> IdbStateDump
Trait Implementations§
source§impl Clone for IdbStateDump
impl Clone for IdbStateDump
source§fn clone(&self) -> IdbStateDump
fn clone(&self) -> IdbStateDump
Returns a copy 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 IdbStateDump
impl Debug for IdbStateDump
source§impl<'de> Deserialize<'de> for IdbStateDump
impl<'de> Deserialize<'de> for IdbStateDump
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<IdbStateDump> for IdbStateDump
impl PartialEq<IdbStateDump> for IdbStateDump
source§fn eq(&self, other: &IdbStateDump) -> bool
fn eq(&self, other: &IdbStateDump) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.