pub struct Mode {
pub dry_run: bool,
pub reply_only: bool,
pub trust: Trust,
pub again: bool,
pub resolve: bool,
pub posts: bool,
}Fields§
§dry_run: boolPrint everything and post nothing.
reply_only: boolAnswer in words. Nothing is committed, pushed, or resolved.
trust: Trust§again: boolRead every comment again, ignoring what spar recorded answering.
resolve: bool§posts: boolWhether [style] pr_comments allows spar to say anything at all here.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Mode
impl RefUnwindSafe for Mode
impl Send for Mode
impl Sync for Mode
impl Unpin for Mode
impl UnsafeUnpin for Mode
impl UnwindSafe for Mode
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