pub struct ExUnits {
pub mem: u64,
pub steps: u64,
}
Fields§
§mem: u64
§steps: u64
Trait Implementations§
impl Eq for ExUnits
impl StructuralPartialEq for ExUnits
Auto Trait Implementations§
impl Freeze for ExUnits
impl RefUnwindSafe for ExUnits
impl Send for ExUnits
impl Sync for ExUnits
impl Unpin for ExUnits
impl UnwindSafe for ExUnits
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