Struct savvy_bindgen::ParsedResult
source · pub struct ParsedResult {
pub base_path: PathBuf,
pub bare_fns: Vec<SavvyFn>,
pub impls: Vec<SavvyImpl>,
pub mods: Vec<String>,
}Fields§
§base_path: PathBuf§bare_fns: Vec<SavvyFn>§impls: Vec<SavvyImpl>§mods: Vec<String>Implementations§
Auto Trait Implementations§
impl Freeze for ParsedResult
impl RefUnwindSafe for ParsedResult
impl !Send for ParsedResult
impl !Sync for ParsedResult
impl Unpin for ParsedResult
impl UnwindSafe for ParsedResult
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