ServerOption -> CreateServerOption

Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
This commit is contained in:
Sergey Olontsev 2025-07-02 05:25:53 +01:00 committed by GitHub
parent e84c844a9d
commit cd78c51bfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8018,7 +8018,7 @@ impl fmt::Display for SecretOption {
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]
pub struct ServerOption {
pub struct CreateServerOption {
pub key: Ident,
pub value: Ident,
}