client-api: Appease clippy
This commit is contained in:
parent
cfb1b9de04
commit
7c654dc0b0
@ -307,6 +307,7 @@ impl<'a> FallbackAcknowledgement<'a> {
|
|||||||
|
|
||||||
#[doc(hidden)]
|
#[doc(hidden)]
|
||||||
#[derive(Clone, Debug, Serialize)]
|
#[derive(Clone, Debug, Serialize)]
|
||||||
|
#[non_exhaustive]
|
||||||
pub struct CustomAuthData<'a> {
|
pub struct CustomAuthData<'a> {
|
||||||
#[serde(rename = "type")]
|
#[serde(rename = "type")]
|
||||||
pub auth_type: &'a str,
|
pub auth_type: &'a str,
|
||||||
@ -317,6 +318,7 @@ pub struct CustomAuthData<'a> {
|
|||||||
|
|
||||||
#[doc(hidden)]
|
#[doc(hidden)]
|
||||||
#[derive(Clone, Debug, Deserialize)]
|
#[derive(Clone, Debug, Deserialize)]
|
||||||
|
#[non_exhaustive]
|
||||||
pub struct IncomingCustomAuthData {
|
pub struct IncomingCustomAuthData {
|
||||||
#[serde(rename = "type")]
|
#[serde(rename = "type")]
|
||||||
pub auth_type: String,
|
pub auth_type: String,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user