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