pub enum McpSurfaceSource {
NativeCard,
SkillCard,
}Expand description
Origin record that a projected McpSurfaceCard was derived from.
Variants§
NativeCard
The row was projected from a native browse McpNativeCard.
SkillCard
The row was projected from an agent skill card.
Implementations§
Trait Implementations§
Source§impl Clone for McpSurfaceSource
impl Clone for McpSurfaceSource
Source§fn clone(&self) -> McpSurfaceSource
fn clone(&self) -> McpSurfaceSource
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 McpSurfaceSource
impl Debug for McpSurfaceSource
impl Eq for McpSurfaceSource
Source§impl PartialEq for McpSurfaceSource
impl PartialEq for McpSurfaceSource
Source§fn eq(&self, other: &McpSurfaceSource) -> bool
fn eq(&self, other: &McpSurfaceSource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for McpSurfaceSource
Auto Trait Implementations§
impl Freeze for McpSurfaceSource
impl RefUnwindSafe for McpSurfaceSource
impl Send for McpSurfaceSource
impl Sync for McpSurfaceSource
impl Unpin for McpSurfaceSource
impl UnsafeUnpin for McpSurfaceSource
impl UnwindSafe for McpSurfaceSource
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