pub struct TestParams { /* private fields */ }Expand description
GET /v1/test?query=…&category=…&max_results=… - availability probe
across every category (the same feature as ms test).
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TestParams
impl<'de> Deserialize<'de> for TestParams
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 TestParams
impl RefUnwindSafe for TestParams
impl Send for TestParams
impl Sync for TestParams
impl Unpin for TestParams
impl UnsafeUnpin for TestParams
impl UnwindSafe for TestParams
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