pub struct AvailableVersion {
pub tag: String,
pub version: Version,
pub commit_id: String,
}Expand description
Available version from a git remote.
Fields§
§tag: String§version: Version§commit_id: StringTrait Implementations§
Source§impl Clone for AvailableVersion
impl Clone for AvailableVersion
Source§fn clone(&self) -> AvailableVersion
fn clone(&self) -> AvailableVersion
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for AvailableVersion
impl RefUnwindSafe for AvailableVersion
impl Send for AvailableVersion
impl Sync for AvailableVersion
impl Unpin for AvailableVersion
impl UnsafeUnpin for AvailableVersion
impl UnwindSafe for AvailableVersion
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