pub struct CatalogSelectionForeign {
pub kind: CatalogSelectionForeignKind,
pub message: String,
}Expand description
The selection reference belongs to another runtime instance or session.
Experimental. This type is part of an experimental wire-protocol surface and may change or be removed in future SDK or CLI releases.
Fields§
§kind: CatalogSelectionForeignKindDiscriminator for this typed selection rejection
message: StringHuman-readable explanation safe to surface. Never contains the presented reference or private candidate state.
Trait Implementations§
Source§impl Clone for CatalogSelectionForeign
impl Clone for CatalogSelectionForeign
Source§impl Debug for CatalogSelectionForeign
impl Debug for CatalogSelectionForeign
Source§impl Default for CatalogSelectionForeign
impl Default for CatalogSelectionForeign
Source§impl<'de> Deserialize<'de> for CatalogSelectionForeign
impl<'de> Deserialize<'de> for CatalogSelectionForeign
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
Auto Trait Implementations§
impl Freeze for CatalogSelectionForeign
impl RefUnwindSafe for CatalogSelectionForeign
impl Send for CatalogSelectionForeign
impl Sync for CatalogSelectionForeign
impl Unpin for CatalogSelectionForeign
impl UnsafeUnpin for CatalogSelectionForeign
impl UnwindSafe for CatalogSelectionForeign
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