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