pub struct IncrParseEntry {
pub region_hash: u64,
pub result_repr: String,
pub version: u64,
}Fields§
§region_hash: u64§result_repr: String§version: u64Trait Implementations§
Source§impl Clone for IncrParseEntry
impl Clone for IncrParseEntry
Source§fn clone(&self) -> IncrParseEntry
fn clone(&self) -> IncrParseEntry
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 IncrParseEntry
impl RefUnwindSafe for IncrParseEntry
impl Send for IncrParseEntry
impl Sync for IncrParseEntry
impl Unpin for IncrParseEntry
impl UnsafeUnpin for IncrParseEntry
impl UnwindSafe for IncrParseEntry
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