Struct decthings_api::rpc::StateKeyData
source · pub struct StateKeyData {
pub key: String,
pub data: Bytes,
}
Fields§
§key: String
§data: Bytes
Trait Implementations§
source§impl Clone for StateKeyData
impl Clone for StateKeyData
source§fn clone(&self) -> StateKeyData
fn clone(&self) -> StateKeyData
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 StateKeyData
impl Debug for StateKeyData
source§impl<'de> Deserialize<'de> for StateKeyData
impl<'de> Deserialize<'de> for StateKeyData
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
Auto Trait Implementations§
impl !Freeze for StateKeyData
impl RefUnwindSafe for StateKeyData
impl Send for StateKeyData
impl Sync for StateKeyData
impl Unpin for StateKeyData
impl UnwindSafe for StateKeyData
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