pub struct ElmFile {
pub name: String,
pub structs: Vec<ElmStruct>,
pub enums: Vec<ElmEnum>,
}
Fields§
§name: String
§structs: Vec<ElmStruct>
§enums: Vec<ElmEnum>
Implementations§
Auto Trait Implementations§
impl Freeze for ElmFile
impl RefUnwindSafe for ElmFile
impl Send for ElmFile
impl Sync for ElmFile
impl Unpin for ElmFile
impl UnwindSafe for ElmFile
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