pub struct Rev(pub String);Expand description
A VCS revision (git sha / ref). Resolution is behind RevisionOracle in the engine.
Tuple Fields§
§0: StringTrait Implementations§
impl Eq for Rev
impl StructuralPartialEq for Rev
Auto Trait Implementations§
impl Freeze for Rev
impl RefUnwindSafe for Rev
impl Send for Rev
impl Sync for Rev
impl Unpin for Rev
impl UnsafeUnpin for Rev
impl UnwindSafe for Rev
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