Skip to content

Commit 1a52ca3

Browse files
Documented code that had missing documentation
1 parent 274a1a3 commit 1a52ca3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ast/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11428,7 +11428,9 @@ impl fmt::Display for AlterUser {
1142811428
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
1142911429
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]
1143011430
pub struct AlterUserPassword {
11431+
/// Whether the password is encrypted.
1143111432
pub encrypted: bool,
11433+
/// The password string, or `None` for `NULL`.
1143211434
pub password: Option<String>,
1143311435
}
1143411436

0 commit comments

Comments
 (0)