pub struct CatalogSelectionWrongKind {
pub kind: CatalogSelectionWrongKindKind,
pub message: String,
}Expand description
The presented opaque handle was issued for another catalog operation.
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: CatalogSelectionWrongKindKindDiscriminator 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 CatalogSelectionWrongKind
impl Clone for CatalogSelectionWrongKind
Source§impl Debug for CatalogSelectionWrongKind
impl Debug for CatalogSelectionWrongKind
Source§impl Default for CatalogSelectionWrongKind
impl Default for CatalogSelectionWrongKind
Source§impl<'de> Deserialize<'de> for CatalogSelectionWrongKind
impl<'de> Deserialize<'de> for CatalogSelectionWrongKind
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 CatalogSelectionWrongKind
impl RefUnwindSafe for CatalogSelectionWrongKind
impl Send for CatalogSelectionWrongKind
impl Sync for CatalogSelectionWrongKind
impl Unpin for CatalogSelectionWrongKind
impl UnsafeUnpin for CatalogSelectionWrongKind
impl UnwindSafe for CatalogSelectionWrongKind
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