pub struct Versions<'i> {
pub versions: Vec<&'i str>,
pub version_ranges: Vec<(u32, u32)>,
pub dist_tags: FxHashMap<&'i str, &'i str>,
}Fields§
§versions: Vec<&'i str>§version_ranges: Vec<(u32, u32)>Trait Implementations§
Auto Trait Implementations§
impl<'i> Freeze for Versions<'i>
impl<'i> RefUnwindSafe for Versions<'i>
impl<'i> Send for Versions<'i>
impl<'i> Sync for Versions<'i>
impl<'i> Unpin for Versions<'i>
impl<'i> UnsafeUnpin for Versions<'i>
impl<'i> UnwindSafe for Versions<'i>
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