Struct fluid_parser::ast::Ast
source · pub struct Ast {
pub version: f64,
pub i18n_type: Option<bool>,
pub header_name: String,
pub code_name: String,
pub classes: Vec<Class>,
pub functions: Vec<Function>,
pub comments: Vec<Comment>,
pub decls: Vec<Decl>,
}
Fields
version: f64
i18n_type: Option<bool>
header_name: String
code_name: String
classes: Vec<Class>
functions: Vec<Function>
comments: Vec<Comment>
decls: Vec<Decl>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Ast
impl Send for Ast
impl Sync for Ast
impl Unpin for Ast
impl UnwindSafe for Ast
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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