pub struct CatalogSelectionStale {
pub kind: CatalogSelectionStaleKind,
pub message: String,
}Expand description
The runtime-enforced selection reference lifetime elapsed before the request arrived.
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: CatalogSelectionStaleKindDiscriminator 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 CatalogSelectionStale
impl Clone for CatalogSelectionStale
Source§impl Debug for CatalogSelectionStale
impl Debug for CatalogSelectionStale
Source§impl Default for CatalogSelectionStale
impl Default for CatalogSelectionStale
Source§impl<'de> Deserialize<'de> for CatalogSelectionStale
impl<'de> Deserialize<'de> for CatalogSelectionStale
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 CatalogSelectionStale
impl RefUnwindSafe for CatalogSelectionStale
impl Send for CatalogSelectionStale
impl Sync for CatalogSelectionStale
impl Unpin for CatalogSelectionStale
impl UnsafeUnpin for CatalogSelectionStale
impl UnwindSafe for CatalogSelectionStale
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