pub enum OperationName {
Assign,
Edit,
Open,
Comment,
Delete,
Label,
List,
React,
Show,
State,
Cache,
}Variants§
Trait Implementations§
Source§impl Debug for OperationName
impl Debug for OperationName
Source§impl Default for OperationName
impl Default for OperationName
Source§fn default() -> OperationName
fn default() -> OperationName
Returns the “default value” for a type. Read more
Source§impl PartialEq for OperationName
impl PartialEq for OperationName
impl Eq for OperationName
impl StructuralPartialEq for OperationName
Auto Trait Implementations§
impl Freeze for OperationName
impl RefUnwindSafe for OperationName
impl Send for OperationName
impl Sync for OperationName
impl Unpin for OperationName
impl UnwindSafe for OperationName
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.