pub struct Versions {
pub empyrean_core: String,
pub villeneuve: String,
pub scott: String,
pub nolan: String,
}Expand description
Per-crate versions reported by the empyrean stack.
empyrean_core is its own crate’s semver (from Cargo.toml); the
upstream physics crates (villeneuve, scott, nolan) are
git-populated <tag>+<sha> strings precise to the commit that
the deployed cdylib was built against.
Fields§
§empyrean_core: Stringempyrean-core crate version.
villeneuve: Stringvilleneuve crate version.
scott: Stringscott crate version.
nolan: Stringnolan crate version.
Trait Implementations§
impl Eq for Versions
impl StructuralPartialEq for Versions
Auto Trait Implementations§
impl Freeze for Versions
impl RefUnwindSafe for Versions
impl Send for Versions
impl Sync for Versions
impl Unpin for Versions
impl UnsafeUnpin for Versions
impl UnwindSafe for Versions
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