pub struct Script {
    pub attributes: Vec<Attributes>,
    pub loc: Loc,
    pub uses: Vec<UseDecl>,
    pub constants: Vec<Constant>,
    pub function: Function,
    pub specs: Vec<SpecBlock>,
}Fields
attributes: Vec<Attributes>loc: Locuses: Vec<UseDecl>constants: Vec<Constant>function: Functionspecs: Vec<SpecBlock>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Script
impl Send for Script
impl Sync for Script
impl Unpin for Script
impl UnwindSafe for Script
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more