pub enum TargetBlockArgument {
Hash(Blockhash),
Height(u64),
}Variants§
Auto Trait Implementations§
impl Freeze for TargetBlockArgument
impl RefUnwindSafe for TargetBlockArgument
impl Send for TargetBlockArgument
impl Sync for TargetBlockArgument
impl Unpin for TargetBlockArgument
impl UnsafeUnpin for TargetBlockArgument
impl UnwindSafe for TargetBlockArgument
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