#[repr(u64)]pub enum SystemConfigUpdateType {
Batcher = 0,
GasConfig = 1,
GasLimit = 2,
UnsafeBlockSigner = 3,
Eip1559 = 4,
}
Expand description
Represents type of update to the system config.
Variants§
Batcher = 0
Batcher update type
GasConfig = 1
Gas config update type
GasLimit = 2
Gas limit update type
UnsafeBlockSigner = 3
Unsafe block signer update type
Eip1559 = 4
EIP-1559 parameters update type
Trait Implementations§
Source§impl Clone for SystemConfigUpdateType
impl Clone for SystemConfigUpdateType
Source§fn clone(&self) -> SystemConfigUpdateType
fn clone(&self) -> SystemConfigUpdateType
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 SystemConfigUpdateType
impl Debug for SystemConfigUpdateType
Source§impl Hash for SystemConfigUpdateType
impl Hash for SystemConfigUpdateType
Source§impl PartialEq for SystemConfigUpdateType
impl PartialEq for SystemConfigUpdateType
Source§impl TryFrom<u64> for SystemConfigUpdateType
impl TryFrom<u64> for SystemConfigUpdateType
impl Copy for SystemConfigUpdateType
impl Eq for SystemConfigUpdateType
impl StructuralPartialEq for SystemConfigUpdateType
Auto Trait Implementations§
impl Freeze for SystemConfigUpdateType
impl RefUnwindSafe for SystemConfigUpdateType
impl Send for SystemConfigUpdateType
impl Sync for SystemConfigUpdateType
impl Unpin for SystemConfigUpdateType
impl UnwindSafe for SystemConfigUpdateType
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)