pub enum AssumeValidArg {
Disabled,
Hardcoded,
UserInput(BlockHash),
}
Variants§
Trait Implementations§
source§impl Clone for AssumeValidArg
impl Clone for AssumeValidArg
source§fn clone(&self) -> AssumeValidArg
fn clone(&self) -> AssumeValidArg
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 AssumeValidArg
impl Debug for AssumeValidArg
impl Copy for AssumeValidArg
Auto Trait Implementations§
impl RefUnwindSafe for AssumeValidArg
impl Send for AssumeValidArg
impl Sync for AssumeValidArg
impl Unpin for AssumeValidArg
impl UnwindSafe for AssumeValidArg
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