pub struct GapReceipt {
pub step: StepId,
pub semantic_nodes: Vec<NodeId>,
pub gap: KernelGap,
}Fields§
§step: StepId§semantic_nodes: Vec<NodeId>§gap: KernelGapTrait Implementations§
Source§impl Clone for GapReceipt
impl Clone for GapReceipt
Source§fn clone(&self) -> GapReceipt
fn clone(&self) -> GapReceipt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GapReceipt
impl Debug for GapReceipt
impl Eq for GapReceipt
Source§impl PartialEq for GapReceipt
impl PartialEq for GapReceipt
impl StructuralPartialEq for GapReceipt
Auto Trait Implementations§
impl Freeze for GapReceipt
impl RefUnwindSafe for GapReceipt
impl Send for GapReceipt
impl Sync for GapReceipt
impl Unpin for GapReceipt
impl UnsafeUnpin for GapReceipt
impl UnwindSafe for GapReceipt
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