pub struct VersioningModel {
pub tag_prefix: String,
pub initial_version: Version,
}Fields§
§tag_prefix: String§initial_version: VersionImplementations§
Source§impl VersioningModel
impl VersioningModel
pub fn from_config(config: &ResolvedConfig) -> Self
Trait Implementations§
Source§impl Clone for VersioningModel
impl Clone for VersioningModel
Source§fn clone(&self) -> VersioningModel
fn clone(&self) -> VersioningModel
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 moreSource§impl Debug for VersioningModel
impl Debug for VersioningModel
Auto Trait Implementations§
impl Freeze for VersioningModel
impl RefUnwindSafe for VersioningModel
impl Send for VersioningModel
impl Sync for VersioningModel
impl Unpin for VersioningModel
impl UnsafeUnpin for VersioningModel
impl UnwindSafe for VersioningModel
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