pub struct GetCliPromptRequestQuery {
pub q: String,
}
Fields§
§q: String
Trait Implementations§
Source§impl Debug for GetCliPromptRequestQuery
impl Debug for GetCliPromptRequestQuery
Source§impl<'de> Deserialize<'de> for GetCliPromptRequestQuery
impl<'de> Deserialize<'de> for GetCliPromptRequestQuery
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 GetCliPromptRequestQuery
impl RefUnwindSafe for GetCliPromptRequestQuery
impl Send for GetCliPromptRequestQuery
impl Sync for GetCliPromptRequestQuery
impl Unpin for GetCliPromptRequestQuery
impl UnwindSafe for GetCliPromptRequestQuery
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