pub struct VersionVec(pub Vec<Version>);
Expand description
Wrapper for a vector of Versions with a nice implementation of Display.
Tuple Fields§
§0: Vec<Version>
Trait Implementations§
Source§impl Clone for VersionVec
impl Clone for VersionVec
Source§fn clone(&self) -> VersionVec
fn clone(&self) -> VersionVec
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VersionVec
impl Debug for VersionVec
Source§impl Display for VersionVec
impl Display for VersionVec
Source§impl PartialEq for VersionVec
impl PartialEq for VersionVec
impl Eq for VersionVec
impl StructuralPartialEq for VersionVec
Auto Trait Implementations§
impl Freeze for VersionVec
impl RefUnwindSafe for VersionVec
impl Send for VersionVec
impl Sync for VersionVec
impl Unpin for VersionVec
impl UnwindSafe for VersionVec
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)