pub enum LocalMcpServerSource {
UserGlobal,
UserProject,
Project,
}Variants§
Trait Implementations§
Source§impl Clone for LocalMcpServerSource
impl Clone for LocalMcpServerSource
Source§fn clone(&self) -> LocalMcpServerSource
fn clone(&self) -> LocalMcpServerSource
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 LocalMcpServerSource
Source§impl Debug for LocalMcpServerSource
impl Debug for LocalMcpServerSource
Source§impl<'de> Deserialize<'de> for LocalMcpServerSource
impl<'de> Deserialize<'de> for LocalMcpServerSource
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 LocalMcpServerSource
Source§impl PartialEq for LocalMcpServerSource
impl PartialEq for LocalMcpServerSource
Source§impl Serialize for LocalMcpServerSource
impl Serialize for LocalMcpServerSource
impl StructuralPartialEq for LocalMcpServerSource
Auto Trait Implementations§
impl Freeze for LocalMcpServerSource
impl RefUnwindSafe for LocalMcpServerSource
impl Send for LocalMcpServerSource
impl Sync for LocalMcpServerSource
impl Unpin for LocalMcpServerSource
impl UnsafeUnpin for LocalMcpServerSource
impl UnwindSafe for LocalMcpServerSource
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