pub struct ProjectAst {
pub meta_version: Option<i32>,
pub pinned_symbol_libs: Vec<String>,
pub pinned_footprint_libs: Vec<String>,
pub unknown_fields: Vec<UnknownField>,
}Fields§
§meta_version: Option<i32>§pinned_symbol_libs: Vec<String>§pinned_footprint_libs: Vec<String>§unknown_fields: Vec<UnknownField>Trait Implementations§
Source§impl Clone for ProjectAst
impl Clone for ProjectAst
Source§fn clone(&self) -> ProjectAst
fn clone(&self) -> ProjectAst
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 moreSource§impl Debug for ProjectAst
impl Debug for ProjectAst
Source§impl PartialEq for ProjectAst
impl PartialEq for ProjectAst
impl StructuralPartialEq for ProjectAst
Auto Trait Implementations§
impl Freeze for ProjectAst
impl RefUnwindSafe for ProjectAst
impl Send for ProjectAst
impl Sync for ProjectAst
impl Unpin for ProjectAst
impl UnsafeUnpin for ProjectAst
impl UnwindSafe for ProjectAst
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