We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ffeb1 commit 962f5e6Copy full SHA for 962f5e6
src/client/request_options.rs
@@ -61,6 +61,7 @@ pub enum BoundType {
61
#[serde(rename_all = "camelCase")]
62
pub struct Bound<'a> {
63
/// The type of the bound
64
+ #[serde(rename = "type")]
65
pub bound_type: BoundType,
66
/// The value of the bound
67
pub id: &'a str,
0 commit comments