pub enum UnitEntryTypes {
Notification,
NotificationsStatusChanges,
NotificationsSettings,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for UnitEntryTypes
impl Clone for UnitEntryTypes
Source§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 moreSource§impl Debug for UnitEntryTypes
impl Debug for UnitEntryTypes
Source§impl From<&UnitEntryTypes> for ZomeTypesKey<EntryDefIndex>
impl From<&UnitEntryTypes> for ZomeTypesKey<EntryDefIndex>
Source§fn from(t: &UnitEntryTypes) -> Self
fn from(t: &UnitEntryTypes) -> Self
Converts to this type from the input type.
Source§impl From<UnitEntryTypes> for EntryDef
impl From<UnitEntryTypes> for EntryDef
Source§fn from(v: UnitEntryTypes) -> Self
fn from(v: UnitEntryTypes) -> Self
Converts to this type from the input type.
Source§impl From<UnitEntryTypes> for EntryVisibility
impl From<UnitEntryTypes> for EntryVisibility
Source§fn from(v: UnitEntryTypes) -> Self
fn from(v: UnitEntryTypes) -> Self
Converts to this type from the input type.
Source§impl From<UnitEntryTypes> for ZomeTypesKey<EntryDefIndex>
impl From<UnitEntryTypes> for ZomeTypesKey<EntryDefIndex>
Source§fn from(t: UnitEntryTypes) -> Self
fn from(t: UnitEntryTypes) -> Self
Converts to this type from the input type.
Source§impl Hash for UnitEntryTypes
impl Hash for UnitEntryTypes
Source§impl Ord for UnitEntryTypes
impl Ord for UnitEntryTypes
Source§fn cmp(&self, other: &UnitEntryTypes) -> Ordering
fn cmp(&self, other: &UnitEntryTypes) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for UnitEntryTypes
impl PartialEq for UnitEntryTypes
Source§impl PartialOrd for UnitEntryTypes
impl PartialOrd for UnitEntryTypes
Source§impl TryFrom<&UnitEntryTypes> for ScopedEntryDefIndex
impl TryFrom<&UnitEntryTypes> for ScopedEntryDefIndex
Source§impl TryFrom<ScopedZomeType<EntryDefIndex>> for UnitEntryTypes
impl TryFrom<ScopedZomeType<EntryDefIndex>> for UnitEntryTypes
Source§impl TryFrom<UnitEntryTypes> for AppEntryDef
impl TryFrom<UnitEntryTypes> for AppEntryDef
Source§impl TryFrom<UnitEntryTypes> for EntryType
impl TryFrom<UnitEntryTypes> for EntryType
Source§impl TryFrom<UnitEntryTypes> for ScopedEntryDefIndex
impl TryFrom<UnitEntryTypes> for ScopedEntryDefIndex
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.