Struct language2::language_settings::CopilotSettings
source · pub struct CopilotSettings {
pub feature_enabled: bool,
pub disabled_globs: Vec<GlobMatcher>,
}
Fields§
§feature_enabled: bool
§disabled_globs: Vec<GlobMatcher>
Trait Implementations§
source§impl Clone for CopilotSettings
impl Clone for CopilotSettings
source§fn clone(&self) -> CopilotSettings
fn clone(&self) -> CopilotSettings
Returns a copy 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 moresource§impl Debug for CopilotSettings
impl Debug for CopilotSettings
source§impl Default for CopilotSettings
impl Default for CopilotSettings
source§fn default() -> CopilotSettings
fn default() -> CopilotSettings
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CopilotSettings
impl Send for CopilotSettings
impl Sync for CopilotSettings
impl Unpin for CopilotSettings
impl UnwindSafe for CopilotSettings
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