pub enum HashMapFunction {
New,
Put,
Get,
Remove,
}Variants§
Trait Implementations§
Source§impl Clone for HashMapFunction
impl Clone for HashMapFunction
Source§fn clone(&self) -> HashMapFunction
fn clone(&self) -> HashMapFunction
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 HashMapFunction
impl Debug for HashMapFunction
Source§impl<'de> Deserialize<'de> for HashMapFunction
impl<'de> Deserialize<'de> for HashMapFunction
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 HashMapFunction
impl Hash for HashMapFunction
Source§impl PartialEq for HashMapFunction
impl PartialEq for HashMapFunction
Source§impl Serialize for HashMapFunction
impl Serialize for HashMapFunction
impl Eq for HashMapFunction
impl StructuralPartialEq for HashMapFunction
Auto Trait Implementations§
impl Freeze for HashMapFunction
impl RefUnwindSafe for HashMapFunction
impl Send for HashMapFunction
impl Sync for HashMapFunction
impl Unpin for HashMapFunction
impl UnwindSafe for HashMapFunction
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