pub struct RecordData<'a> {
pub depth: Depth,
pub time: Time,
pub gas: &'a Gas,
}Fields§
§depth: Depth§time: Time§gas: &'a GasTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RecordData<'a>
impl<'a> RefUnwindSafe for RecordData<'a>
impl<'a> Send for RecordData<'a>
impl<'a> Sync for RecordData<'a>
impl<'a> Unpin for RecordData<'a>
impl<'a> UnwindSafe for RecordData<'a>
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