pub enum DataEntryType {
Unknown,
Factom,
Accumulate,
DoubleHash,
}Variants§
Trait Implementations§
Source§impl Clone for DataEntryType
impl Clone for DataEntryType
Source§fn clone(&self) -> DataEntryType
fn clone(&self) -> DataEntryType
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 DataEntryType
impl Debug for DataEntryType
Source§impl<'de> Deserialize<'de> for DataEntryType
impl<'de> Deserialize<'de> for DataEntryType
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 Hash for DataEntryType
impl Hash for DataEntryType
Source§impl PartialEq for DataEntryType
impl PartialEq for DataEntryType
Source§impl Serialize for DataEntryType
impl Serialize for DataEntryType
impl Eq for DataEntryType
impl StructuralPartialEq for DataEntryType
Auto Trait Implementations§
impl Freeze for DataEntryType
impl RefUnwindSafe for DataEntryType
impl Send for DataEntryType
impl Sync for DataEntryType
impl Unpin for DataEntryType
impl UnsafeUnpin for DataEntryType
impl UnwindSafe for DataEntryType
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