pub struct SpecVersions;Expand description
Supported spec versions (IR/vector versions; distinct from the crate semver).
Implementations§
Auto Trait Implementations§
impl Freeze for SpecVersions
impl RefUnwindSafe for SpecVersions
impl Send for SpecVersions
impl Sync for SpecVersions
impl Unpin for SpecVersions
impl UnsafeUnpin for SpecVersions
impl UnwindSafe for SpecVersions
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