pub struct StateSnapshotBody {
pub values: BTreeMap<String, Value>,
pub owners: BTreeMap<String, String>,
}Fields§
§values: BTreeMap<String, Value>§owners: BTreeMap<String, String>Trait Implementations§
Source§impl Clone for StateSnapshotBody
impl Clone for StateSnapshotBody
Source§fn clone(&self) -> StateSnapshotBody
fn clone(&self) -> StateSnapshotBody
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StateSnapshotBody
impl Debug for StateSnapshotBody
Source§impl<'de> Deserialize<'de> for StateSnapshotBody
impl<'de> Deserialize<'de> for StateSnapshotBody
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 StateSnapshotBody
impl PartialEq for StateSnapshotBody
Source§impl Serialize for StateSnapshotBody
impl Serialize for StateSnapshotBody
impl StructuralPartialEq for StateSnapshotBody
Auto Trait Implementations§
impl Freeze for StateSnapshotBody
impl RefUnwindSafe for StateSnapshotBody
impl Send for StateSnapshotBody
impl Sync for StateSnapshotBody
impl Unpin for StateSnapshotBody
impl UnsafeUnpin for StateSnapshotBody
impl UnwindSafe for StateSnapshotBody
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