pub struct PluginPasswordValidationRejection {
pub status: StatusCode,
pub code: String,
pub message: String,
}Fields§
§status: StatusCode§code: String§message: StringImplementations§
Source§impl PluginPasswordValidationRejection
impl PluginPasswordValidationRejection
pub fn bad_request(code: impl Into<String>, message: impl Into<String>) -> Self
pub fn internal_server_error(message: impl Into<String>) -> Self
Trait Implementations§
Source§impl Clone for PluginPasswordValidationRejection
impl Clone for PluginPasswordValidationRejection
Source§fn clone(&self) -> PluginPasswordValidationRejection
fn clone(&self) -> PluginPasswordValidationRejection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for PluginPasswordValidationRejection
impl PartialEq for PluginPasswordValidationRejection
Source§fn eq(&self, other: &PluginPasswordValidationRejection) -> bool
fn eq(&self, other: &PluginPasswordValidationRejection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PluginPasswordValidationRejection
impl StructuralPartialEq for PluginPasswordValidationRejection
Auto Trait Implementations§
impl Freeze for PluginPasswordValidationRejection
impl RefUnwindSafe for PluginPasswordValidationRejection
impl Send for PluginPasswordValidationRejection
impl Sync for PluginPasswordValidationRejection
impl Unpin for PluginPasswordValidationRejection
impl UnsafeUnpin for PluginPasswordValidationRejection
impl UnwindSafe for PluginPasswordValidationRejection
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.