pub enum SourceVersion {
None,
Git {
branch: String,
hash: String,
dirty: bool,
},
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for SourceVersion
impl RefUnwindSafe for SourceVersion
impl Send for SourceVersion
impl Sync for SourceVersion
impl Unpin for SourceVersion
impl UnwindSafe for SourceVersion
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