pub enum ClaudeConfigScope {
Global,
Workdir,
}Expand description
Where the config entry was loaded from.
Variants§
Trait Implementations§
Source§impl Clone for ClaudeConfigScope
impl Clone for ClaudeConfigScope
Source§fn clone(&self) -> ClaudeConfigScope
fn clone(&self) -> ClaudeConfigScope
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 moreimpl Copy for ClaudeConfigScope
Source§impl Debug for ClaudeConfigScope
impl Debug for ClaudeConfigScope
Source§impl<'de> Deserialize<'de> for ClaudeConfigScope
impl<'de> Deserialize<'de> for ClaudeConfigScope
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ClaudeConfigScope
Source§impl PartialEq for ClaudeConfigScope
impl PartialEq for ClaudeConfigScope
Source§impl Serialize for ClaudeConfigScope
impl Serialize for ClaudeConfigScope
impl StructuralPartialEq for ClaudeConfigScope
Auto Trait Implementations§
impl Freeze for ClaudeConfigScope
impl RefUnwindSafe for ClaudeConfigScope
impl Send for ClaudeConfigScope
impl Sync for ClaudeConfigScope
impl Unpin for ClaudeConfigScope
impl UnsafeUnpin for ClaudeConfigScope
impl UnwindSafe for ClaudeConfigScope
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