pub struct NewHead {
pub op_id: OpId,
pub record: OperationRecord,
}Fields§
§op_id: OpId§record: OperationRecordTrait Implementations§
Auto Trait Implementations§
impl Freeze for NewHead
impl RefUnwindSafe for NewHead
impl Send for NewHead
impl Sync for NewHead
impl Unpin for NewHead
impl UnsafeUnpin for NewHead
impl UnwindSafe for NewHead
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