Enum UnitEntryTypes
pub enum UnitEntryTypes {
AwaitingDependencies,
PrivateEvent,
EventHistory,
Acknowledgement,
EventSentToRecipients,
}Variants§
Implementations§
§impl UnitEntryTypes
impl UnitEntryTypes
§impl UnitEntryTypes
impl UnitEntryTypes
pub fn iter() -> impl Iterator<Item = UnitEntryTypes>
Trait Implementations§
§impl Clone for UnitEntryTypes
impl Clone for UnitEntryTypes
§fn clone(&self) -> UnitEntryTypes
fn clone(&self) -> UnitEntryTypes
Returns a copy 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 more§impl Debug for UnitEntryTypes
impl Debug for UnitEntryTypes
§impl Hash for UnitEntryTypes
impl Hash for UnitEntryTypes
§impl Ord for UnitEntryTypes
impl Ord for UnitEntryTypes
§impl PartialEq for UnitEntryTypes
impl PartialEq for UnitEntryTypes
§impl PartialOrd for UnitEntryTypes
impl PartialOrd for UnitEntryTypes
§impl TryFrom<ScopedZomeType<EntryDefIndex>> for UnitEntryTypes
impl TryFrom<ScopedZomeType<EntryDefIndex>> for UnitEntryTypes
§fn try_from(
value: ScopedZomeType<EntryDefIndex>,
) -> Result<UnitEntryTypes, <UnitEntryTypes as TryFrom<ScopedZomeType<EntryDefIndex>>>::Error>
fn try_from( value: ScopedZomeType<EntryDefIndex>, ) -> Result<UnitEntryTypes, <UnitEntryTypes as TryFrom<ScopedZomeType<EntryDefIndex>>>::Error>
Performs the conversion.
impl Copy for UnitEntryTypes
impl Eq for UnitEntryTypes
impl StructuralPartialEq for UnitEntryTypes
Auto Trait Implementations§
impl Freeze for UnitEntryTypes
impl RefUnwindSafe for UnitEntryTypes
impl Send for UnitEntryTypes
impl Sync for UnitEntryTypes
impl Unpin for UnitEntryTypes
impl UnwindSafe for UnitEntryTypes
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.