pub struct CatalogSelectionTimedOut {
pub kind: CatalogSelectionTimedOutKind,
pub search_id: String,
}Expand description
The host declared that its live selection interaction timed out, and the retained search state was released.
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: CatalogSelectionTimedOutKindDiscriminator: the host’s live interaction timed out
search_id: StringThe search identifier privately bound to the released selection group.
Trait Implementations§
Source§impl Clone for CatalogSelectionTimedOut
impl Clone for CatalogSelectionTimedOut
Source§impl Debug for CatalogSelectionTimedOut
impl Debug for CatalogSelectionTimedOut
Source§impl Default for CatalogSelectionTimedOut
impl Default for CatalogSelectionTimedOut
Source§impl<'de> Deserialize<'de> for CatalogSelectionTimedOut
impl<'de> Deserialize<'de> for CatalogSelectionTimedOut
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 CatalogSelectionTimedOut
impl RefUnwindSafe for CatalogSelectionTimedOut
impl Send for CatalogSelectionTimedOut
impl Sync for CatalogSelectionTimedOut
impl Unpin for CatalogSelectionTimedOut
impl UnsafeUnpin for CatalogSelectionTimedOut
impl UnwindSafe for CatalogSelectionTimedOut
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