pub struct CatalogSelectionDeclined {
pub kind: CatalogSelectionDeclinedKind,
pub search_id: String,
}Expand description
The caller explicitly declined every candidate 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: CatalogSelectionDeclinedKindDiscriminator: the candidates were declined
search_id: StringThe search identifier privately bound to the released selection group.
Trait Implementations§
Source§impl Clone for CatalogSelectionDeclined
impl Clone for CatalogSelectionDeclined
Source§impl Debug for CatalogSelectionDeclined
impl Debug for CatalogSelectionDeclined
Source§impl Default for CatalogSelectionDeclined
impl Default for CatalogSelectionDeclined
Source§impl<'de> Deserialize<'de> for CatalogSelectionDeclined
impl<'de> Deserialize<'de> for CatalogSelectionDeclined
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 CatalogSelectionDeclined
impl RefUnwindSafe for CatalogSelectionDeclined
impl Send for CatalogSelectionDeclined
impl Sync for CatalogSelectionDeclined
impl Unpin for CatalogSelectionDeclined
impl UnsafeUnpin for CatalogSelectionDeclined
impl UnwindSafe for CatalogSelectionDeclined
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