pub struct HashingRuntimeConfig {
pub verbose: u8,
pub use_emoji: bool,
}Expand description
Runtime configuration for hashing module
Fields§
§verbose: u8§use_emoji: boolTrait Implementations§
Source§impl Clone for HashingRuntimeConfig
impl Clone for HashingRuntimeConfig
Source§fn clone(&self) -> HashingRuntimeConfig
fn clone(&self) -> HashingRuntimeConfig
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 HashingRuntimeConfig
impl Debug for HashingRuntimeConfig
Source§impl Default for HashingRuntimeConfig
impl Default for HashingRuntimeConfig
Source§fn default() -> HashingRuntimeConfig
fn default() -> HashingRuntimeConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HashingRuntimeConfig
impl RefUnwindSafe for HashingRuntimeConfig
impl Send for HashingRuntimeConfig
impl Sync for HashingRuntimeConfig
impl Unpin for HashingRuntimeConfig
impl UnsafeUnpin for HashingRuntimeConfig
impl UnwindSafe for HashingRuntimeConfig
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,
Source§impl<T> Variant for T
impl<T> Variant for T
Source§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Convert this
Variant trait object to &mut dyn Any.Source§fn as_boxed_any(self: Box<T>) -> Box<dyn Any>
fn as_boxed_any(self: Box<T>) -> Box<dyn Any>
Convert this
Variant trait object to Box<dyn Any>.