Enum ckb_app_config::ExtraHashFunction [−][src]
pub enum ExtraHashFunction {
Blake2b,
}Expand description
Specifies the hash function.
Variants
Blake2b hash with CKB preferences.
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for ExtraHashFunction
impl Send for ExtraHashFunction
impl Sync for ExtraHashFunction
impl Unpin for ExtraHashFunction
impl UnwindSafe for ExtraHashFunction
Blanket Implementations
Mutably borrows from an owned value. Read more