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