pub enum ValueMode {
Mirror,
Random,
Index,
}Expand description
Means of determining the value.
Variants§
Mirror
Same as the key.
Random
Randomly (50:50) 1 or 32 byte randomly string.
Index
RLP-encoded index.
Auto Trait Implementations§
impl Freeze for ValueMode
impl RefUnwindSafe for ValueMode
impl Send for ValueMode
impl Sync for ValueMode
impl Unpin for ValueMode
impl UnwindSafe for ValueMode
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