pub struct StatePatchBody {
pub key: String,
pub value: Value,
pub owner: String,
}Fields§
§key: String§value: Value§owner: StringTrait Implementations§
Source§impl Clone for StatePatchBody
impl Clone for StatePatchBody
Source§fn clone(&self) -> StatePatchBody
fn clone(&self) -> StatePatchBody
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 StatePatchBody
impl Debug for StatePatchBody
Source§impl<'de> Deserialize<'de> for StatePatchBody
impl<'de> Deserialize<'de> for StatePatchBody
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 StatePatchBody
impl PartialEq for StatePatchBody
Source§impl Serialize for StatePatchBody
impl Serialize for StatePatchBody
impl StructuralPartialEq for StatePatchBody
Auto Trait Implementations§
impl Freeze for StatePatchBody
impl RefUnwindSafe for StatePatchBody
impl Send for StatePatchBody
impl Sync for StatePatchBody
impl Unpin for StatePatchBody
impl UnsafeUnpin for StatePatchBody
impl UnwindSafe for StatePatchBody
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