pub struct ElmFile {
pub props: ElmFileProps,
}
Fields§
§props: ElmFileProps
Trait 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