pub struct InitChoices {
pub git: bool,
pub commit: bool,
pub linters: bool,
pub precommit: bool,
pub claude_md: bool,
}Fields§
§git: bool§commit: bool§linters: bool§precommit: bool§claude_md: boolAuto Trait Implementations§
impl Freeze for InitChoices
impl RefUnwindSafe for InitChoices
impl Send for InitChoices
impl Sync for InitChoices
impl Unpin for InitChoices
impl UnsafeUnpin for InitChoices
impl UnwindSafe for InitChoices
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