pub enum GlobalFunction {
Keccak256,
}
Variants§
Keccak256
Trait Implementations§
Source§impl AsRef<str> for GlobalFunction
impl AsRef<str> for GlobalFunction
Source§impl Clone for GlobalFunction
impl Clone for GlobalFunction
Source§fn clone(&self) -> GlobalFunction
fn clone(&self) -> GlobalFunction
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 GlobalFunction
impl Debug for GlobalFunction
Source§impl FromStr for GlobalFunction
impl FromStr for GlobalFunction
Source§impl Hash for GlobalFunction
impl Hash for GlobalFunction
Source§impl IntoEnumIterator for GlobalFunction
impl IntoEnumIterator for GlobalFunction
type Iterator = GlobalFunctionIter
fn iter() -> GlobalFunctionIter ⓘ
Source§impl Ord for GlobalFunction
impl Ord for GlobalFunction
Source§fn cmp(&self, other: &GlobalFunction) -> Ordering
fn cmp(&self, other: &GlobalFunction) -> 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 GlobalFunction
impl PartialEq for GlobalFunction
Source§impl PartialOrd for GlobalFunction
impl PartialOrd for GlobalFunction
Source§impl TryFrom<&str> for GlobalFunction
impl TryFrom<&str> for GlobalFunction
impl Copy for GlobalFunction
impl Eq for GlobalFunction
impl StructuralPartialEq for GlobalFunction
Auto Trait Implementations§
impl Freeze for GlobalFunction
impl RefUnwindSafe for GlobalFunction
impl Send for GlobalFunction
impl Sync for GlobalFunction
impl Unpin for GlobalFunction
impl UnwindSafe for GlobalFunction
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
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.§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.