Trait RemoveUserVerificationSetters

Source
pub trait RemoveUserVerificationSetters: Sized + HasPayload<Payload = RemoveUserVerification> {
    // Provided method
    fn user_id(self, value: UserId) -> Self { ... }
}
Expand description

Setters for fields of RemoveUserVerification

Provided Methods§

Source

fn user_id(self, value: UserId) -> Self

Setter for user_id field.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§