pub struct BundledLib {
pub name: &'static str,
pub source: &'static str,
pub depends: &'static [&'static str],
}Expand description
A bundled Xeto library with name, source text, and dependencies.
Fields§
§name: &'static str§source: &'static str§depends: &'static [&'static str]Auto Trait Implementations§
impl Freeze for BundledLib
impl RefUnwindSafe for BundledLib
impl Send for BundledLib
impl Sync for BundledLib
impl Unpin for BundledLib
impl UnsafeUnpin for BundledLib
impl UnwindSafe for BundledLib
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