pub struct MemoEntry {
pub end_pos: usize,
pub result: String,
pub success: bool,
}Fields§
§end_pos: usize§result: String§success: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for MemoEntry
impl RefUnwindSafe for MemoEntry
impl Send for MemoEntry
impl Sync for MemoEntry
impl Unpin for MemoEntry
impl UnsafeUnpin for MemoEntry
impl UnwindSafe for MemoEntry
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