pub struct CompileSource {
pub udl_path: Utf8PathBuf,
pub config_path: Option<Utf8PathBuf>,
}
Fields§
§udl_path: Utf8PathBuf
§config_path: Option<Utf8PathBuf>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CompileSource
impl RefUnwindSafe for CompileSource
impl Send for CompileSource
impl Sync for CompileSource
impl Unpin for CompileSource
impl UnwindSafe for CompileSource
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