pub struct CatalogSelectionCancelled {
pub kind: CatalogSelectionCancelledKind,
pub search_id: String,
}Expand description
The caller cancelled the selection interaction 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: CatalogSelectionCancelledKindDiscriminator: selection was cancelled
search_id: StringThe search identifier privately bound to the released selection group.
Trait Implementations§
Source§impl Clone for CatalogSelectionCancelled
impl Clone for CatalogSelectionCancelled
Source§impl Debug for CatalogSelectionCancelled
impl Debug for CatalogSelectionCancelled
Source§impl Default for CatalogSelectionCancelled
impl Default for CatalogSelectionCancelled
Source§impl<'de> Deserialize<'de> for CatalogSelectionCancelled
impl<'de> Deserialize<'de> for CatalogSelectionCancelled
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 CatalogSelectionCancelled
impl RefUnwindSafe for CatalogSelectionCancelled
impl Send for CatalogSelectionCancelled
impl Sync for CatalogSelectionCancelled
impl Unpin for CatalogSelectionCancelled
impl UnsafeUnpin for CatalogSelectionCancelled
impl UnwindSafe for CatalogSelectionCancelled
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