Struct serde_valid::MultipleOfErrorParams
source · [−]pub struct MultipleOfErrorParams {
pub multiple_of: Number,
}Fields
multiple_of: NumberImplementations
Trait Implementations
sourceimpl Clone for MultipleOfErrorParams
impl Clone for MultipleOfErrorParams
sourcefn clone(&self) -> MultipleOfErrorParams
fn clone(&self) -> MultipleOfErrorParams
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for MultipleOfErrorParams
impl Debug for MultipleOfErrorParams
sourceimpl IntoError<MultipleOfErrorParams> for Composited<MultipleOfErrorParams>
impl IntoError<MultipleOfErrorParams> for Composited<MultipleOfErrorParams>
fn into_error_by(
self,
format_fn: fn(_: &MultipleOfErrorParams) -> String
) -> Error
fn into_error(self) -> Error
sourceimpl ToDefaultMessage for MultipleOfErrorParams
impl ToDefaultMessage for MultipleOfErrorParams
fn to_default_message(&self) -> String
Auto Trait Implementations
impl RefUnwindSafe for MultipleOfErrorParams
impl Send for MultipleOfErrorParams
impl Sync for MultipleOfErrorParams
impl Unpin for MultipleOfErrorParams
impl UnwindSafe for MultipleOfErrorParams
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more