pub struct EtaChangeEntry {
pub expr_id: u64,
pub kind: EtaChangeKind,
pub pass_num: u32,
}Fields§
§expr_id: u64§kind: EtaChangeKind§pass_num: u32Trait Implementations§
Source§impl Clone for EtaChangeEntry
impl Clone for EtaChangeEntry
Source§fn clone(&self) -> EtaChangeEntry
fn clone(&self) -> EtaChangeEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for EtaChangeEntry
impl RefUnwindSafe for EtaChangeEntry
impl Send for EtaChangeEntry
impl Sync for EtaChangeEntry
impl Unpin for EtaChangeEntry
impl UnsafeUnpin for EtaChangeEntry
impl UnwindSafe for EtaChangeEntry
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