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