pub struct PackratEntry {
pub end_pos: usize,
pub success: bool,
pub result_repr: String,
}Fields§
§end_pos: usize§success: bool§result_repr: StringTrait Implementations§
Source§impl Clone for PackratEntry
impl Clone for PackratEntry
Source§fn clone(&self) -> PackratEntry
fn clone(&self) -> PackratEntry
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 PackratEntry
impl RefUnwindSafe for PackratEntry
impl Send for PackratEntry
impl Sync for PackratEntry
impl Unpin for PackratEntry
impl UnsafeUnpin for PackratEntry
impl UnwindSafe for PackratEntry
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