pub struct MojomFile {
pub stmts: Vec<Statement>,
}Fields§
§stmts: Vec<Statement>Trait Implementations§
impl StructuralPartialEq for MojomFile
Auto Trait Implementations§
impl Freeze for MojomFile
impl RefUnwindSafe for MojomFile
impl Send for MojomFile
impl Sync for MojomFile
impl Unpin for MojomFile
impl UnsafeUnpin for MojomFile
impl UnwindSafe for MojomFile
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