pub struct BuiltinsConfig {
pub save_graph: bool,
pub temp_cleanup: TempCleanup,
pub screen_stargazers: bool,
}Fields§
§save_graph: bool§temp_cleanup: TempCleanup§screen_stargazers: boolRegister the screen_stargazers GitHub tool. Default on; set
builtins.screen_stargazers: false to keep the other GitHub tools
(github_issues / github_api) but drop stargazer screening.
Trait Implementations§
Source§impl Clone for BuiltinsConfig
impl Clone for BuiltinsConfig
Source§fn clone(&self) -> BuiltinsConfig
fn clone(&self) -> BuiltinsConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BuiltinsConfig
impl Debug for BuiltinsConfig
Auto Trait Implementations§
impl Freeze for BuiltinsConfig
impl RefUnwindSafe for BuiltinsConfig
impl Send for BuiltinsConfig
impl Sync for BuiltinsConfig
impl Unpin for BuiltinsConfig
impl UnsafeUnpin for BuiltinsConfig
impl UnwindSafe for BuiltinsConfig
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