pub struct UnreservedReimbursement(/* private fields */);
Expand description
Safety token returned when unreserved gas can be returned back to the gas counter.
Wraps duration for the newly created reservation.
Implementations§
Trait Implementations§
Source§impl Debug for UnreservedReimbursement
impl Debug for UnreservedReimbursement
Source§impl PartialEq for UnreservedReimbursement
impl PartialEq for UnreservedReimbursement
impl Eq for UnreservedReimbursement
impl StructuralPartialEq for UnreservedReimbursement
Auto Trait Implementations§
impl Freeze for UnreservedReimbursement
impl RefUnwindSafe for UnreservedReimbursement
impl Send for UnreservedReimbursement
impl Sync for UnreservedReimbursement
impl Unpin for UnreservedReimbursement
impl UnwindSafe for UnreservedReimbursement
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