pub struct CatalogSelectionReplayed {
pub kind: CatalogSelectionReplayedKind,
pub message: String,
}Expand description
The selection group was already terminated or its pending host hand-off was already claimed.
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: CatalogSelectionReplayedKindDiscriminator 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 CatalogSelectionReplayed
impl Clone for CatalogSelectionReplayed
Source§impl Debug for CatalogSelectionReplayed
impl Debug for CatalogSelectionReplayed
Source§impl Default for CatalogSelectionReplayed
impl Default for CatalogSelectionReplayed
Source§impl<'de> Deserialize<'de> for CatalogSelectionReplayed
impl<'de> Deserialize<'de> for CatalogSelectionReplayed
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 CatalogSelectionReplayed
impl RefUnwindSafe for CatalogSelectionReplayed
impl Send for CatalogSelectionReplayed
impl Sync for CatalogSelectionReplayed
impl Unpin for CatalogSelectionReplayed
impl UnsafeUnpin for CatalogSelectionReplayed
impl UnwindSafe for CatalogSelectionReplayed
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