pub struct DataEntry {
pub accountID: AccountID,
pub dataName: string64,
pub dataValue: DataValue,
pub ext: DataEntryExt,
}
Fields§
§accountID: AccountID
§dataName: string64
§dataValue: DataValue
§ext: DataEntryExt
Trait Implementations§
impl Eq for DataEntry
impl StructuralPartialEq for DataEntry
Auto Trait Implementations§
impl Freeze for DataEntry
impl RefUnwindSafe for DataEntry
impl Send for DataEntry
impl Sync for DataEntry
impl Unpin for DataEntry
impl UnwindSafe for DataEntry
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