pub enum GasLimit {
Unlimited,
Limited(u64),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GasLimit
impl RefUnwindSafe for GasLimit
impl Send for GasLimit
impl Sync for GasLimit
impl Unpin for GasLimit
impl UnwindSafe for GasLimit
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