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

Class ForgotInput

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

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

Source from the content-addressed store, hash-verified

78/// Rust struct representing the Json body of
79/// POST requests to the /forgot endpoint
80pub struct ForgotInput {
81 email: String,
82}
83
84#[derive(Debug, Serialize, Deserialize)]
85/// TODO: documentation

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected