pub struct MoonBitPackage {
pub name: String,
pub mbt_files: Vec<Utf8PathBuf>,
pub warning_control: Vec<WarningControl>,
pub alert_control: Vec<WarningControl>,
pub output: Utf8PathBuf,
pub dependencies: Vec<(Utf8PathBuf, String)>,
pub package_sources: Vec<(String, Utf8PathBuf)>,
}Fields§
§name: String§mbt_files: Vec<Utf8PathBuf>§warning_control: Vec<WarningControl>§alert_control: Vec<WarningControl>§output: Utf8PathBuf§dependencies: Vec<(Utf8PathBuf, String)>§package_sources: Vec<(String, Utf8PathBuf)>Auto Trait Implementations§
impl Freeze for MoonBitPackage
impl RefUnwindSafe for MoonBitPackage
impl Send for MoonBitPackage
impl Sync for MoonBitPackage
impl Unpin for MoonBitPackage
impl UnwindSafe for MoonBitPackage
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