pub struct ParsedRef {
pub original_ref: String,
pub normalized_for_semver: String,
pub previous_ref: String,
pub has_refs_tags_prefix: bool,
}Fields§
§original_ref: String§normalized_for_semver: String§previous_ref: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for ParsedRef
impl RefUnwindSafe for ParsedRef
impl Send for ParsedRef
impl Sync for ParsedRef
impl Unpin for ParsedRef
impl UnwindSafe for ParsedRef
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