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