pub struct FileResult {
pub result_type: &'static str,
pub file: String,
pub symbols: Vec<String>,
}Fields§
§result_type: &'static str§file: String§symbols: Vec<String>Trait Implementations§
Source§impl Debug for FileResult
impl Debug for FileResult
Auto Trait Implementations§
impl Freeze for FileResult
impl RefUnwindSafe for FileResult
impl Send for FileResult
impl Sync for FileResult
impl Unpin for FileResult
impl UnsafeUnpin for FileResult
impl UnwindSafe for FileResult
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