pub enum DefaultMarketplaceSelection {
None,
Anthropic,
Cursor,
Codex,
All,
}Variants§
Implementations§
Source§impl DefaultMarketplaceSelection
impl DefaultMarketplaceSelection
pub fn selected_ids(&self) -> &'static [&'static str]
Trait Implementations§
Source§impl Clone for DefaultMarketplaceSelection
impl Clone for DefaultMarketplaceSelection
Source§fn clone(&self) -> DefaultMarketplaceSelection
fn clone(&self) -> DefaultMarketplaceSelection
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 DefaultMarketplaceSelection
impl Debug for DefaultMarketplaceSelection
Source§impl<'de> Deserialize<'de> for DefaultMarketplaceSelection
impl<'de> Deserialize<'de> for DefaultMarketplaceSelection
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 DefaultMarketplaceSelection
Source§impl PartialEq for DefaultMarketplaceSelection
impl PartialEq for DefaultMarketplaceSelection
Source§fn eq(&self, other: &DefaultMarketplaceSelection) -> bool
fn eq(&self, other: &DefaultMarketplaceSelection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DefaultMarketplaceSelection
Auto Trait Implementations§
impl Freeze for DefaultMarketplaceSelection
impl RefUnwindSafe for DefaultMarketplaceSelection
impl Send for DefaultMarketplaceSelection
impl Sync for DefaultMarketplaceSelection
impl Unpin for DefaultMarketplaceSelection
impl UnsafeUnpin for DefaultMarketplaceSelection
impl UnwindSafe for DefaultMarketplaceSelection
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.