pub struct ExpResult {
pub descr: String,
pub path: Vec<String>,
pub index: Vec<usize>,
pub met_flag: bool,
}
Fields§
§descr: String
§path: Vec<String>
§index: Vec<usize>
§met_flag: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExpResult
impl RefUnwindSafe for ExpResult
impl Send for ExpResult
impl Sync for ExpResult
impl Unpin for ExpResult
impl UnwindSafe for ExpResult
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