pub struct ReviseCommands {
pub ai: Option<AICommand>,
pub add: Vec<String>,
pub excludes: Vec<String>,
pub message: Option<String>,
}
Fields§
§ai: Option<AICommand>
§add: Vec<String>
§excludes: Vec<String>
§message: Option<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReviseCommands
impl RefUnwindSafe for ReviseCommands
impl Send for ReviseCommands
impl Sync for ReviseCommands
impl Unpin for ReviseCommands
impl UnwindSafe for ReviseCommands
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