pub struct ReleaseValidationModel {
pub require_clean_worktree: bool,
pub fail_if_tag_exists: bool,
pub fail_if_release_branch_exists: bool,
}Fields§
§require_clean_worktree: bool§fail_if_tag_exists: bool§fail_if_release_branch_exists: boolTrait Implementations§
Source§impl Clone for ReleaseValidationModel
impl Clone for ReleaseValidationModel
Source§fn clone(&self) -> ReleaseValidationModel
fn clone(&self) -> ReleaseValidationModel
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 ReleaseValidationModel
impl RefUnwindSafe for ReleaseValidationModel
impl Send for ReleaseValidationModel
impl Sync for ReleaseValidationModel
impl Unpin for ReleaseValidationModel
impl UnsafeUnpin for ReleaseValidationModel
impl UnwindSafe for ReleaseValidationModel
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