MCPcopy Create free account
hub / github.com/Wulf/create-rust-app / ChangeInput

Class ChangeInput

crates/create-rust-app/src/auth/controller.rs:96–99  ·  view source on GitHub ↗

Rust struct representing the Json body of POST requests to the /change endpoint

Source from the content-addressed store, hash-verified

94/// Rust struct representing the Json body of
95/// POST requests to the /change endpoint
96pub struct ChangeInput {
97 old_password: String,
98 new_password: String,
99}
100
101#[derive(Serialize, Deserialize)]
102#[cfg_attr(feature = "plugin_utoipa", derive(utoipa::ToSchema))]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected