pub struct MaxDecimalPlaces { /* private fields */ }Expand description
MaxDecimalPlaces
Implementations§
Trait Implementations§
Source§impl Clone for MaxDecimalPlaces
impl Clone for MaxDecimalPlaces
Source§fn clone(&self) -> MaxDecimalPlaces
fn clone(&self) -> MaxDecimalPlaces
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MaxDecimalPlaces
impl Debug for MaxDecimalPlaces
Source§impl Default for MaxDecimalPlaces
impl Default for MaxDecimalPlaces
Source§fn default() -> MaxDecimalPlaces
fn default() -> MaxDecimalPlaces
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MaxDecimalPlaces
impl<'de> Deserialize<'de> for MaxDecimalPlaces
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl FieldValue for MaxDecimalPlaces
impl FieldValue for MaxDecimalPlaces
Source§impl PartialEq for MaxDecimalPlaces
impl PartialEq for MaxDecimalPlaces
Source§impl Path for MaxDecimalPlaces
impl Path for MaxDecimalPlaces
Source§impl SanitizeAuto for MaxDecimalPlaces
impl SanitizeAuto for MaxDecimalPlaces
fn sanitize_self(&mut self)
fn sanitize_children(&mut self)
fn sanitize_self_with(&mut self, _ctx: &SanitizeContext)
fn sanitize_children_with(&mut self, _ctx: &SanitizeContext)
Source§impl SanitizeCustom for MaxDecimalPlaces
impl SanitizeCustom for MaxDecimalPlaces
fn sanitize_custom(&mut self)
fn sanitize_custom_with(&mut self, _ctx: &SanitizeContext)
Source§impl Serialize for MaxDecimalPlaces
impl Serialize for MaxDecimalPlaces
Source§impl ValidateAuto for MaxDecimalPlaces
impl ValidateAuto for MaxDecimalPlaces
fn validate_self(&self) -> Result<(), ErrorTree>
fn validate_children(&self) -> Result<(), ErrorTree>
fn validate_self_with(&self, _ctx: &ValidateContext) -> Result<(), ErrorTree>
fn validate_children_with( &self, _ctx: &ValidateContext, ) -> Result<(), ErrorTree>
Source§impl ValidateCustom for MaxDecimalPlaces
impl ValidateCustom for MaxDecimalPlaces
fn validate_custom(&self) -> Result<(), ErrorTree>
fn validate_custom_with(&self, _ctx: &ValidateContext) -> Result<(), ErrorTree>
Source§impl Validator<Decimal> for MaxDecimalPlaces
impl Validator<Decimal> for MaxDecimalPlaces
Source§impl Visitable for MaxDecimalPlaces
impl Visitable for MaxDecimalPlaces
impl Eq for MaxDecimalPlaces
impl StructuralPartialEq for MaxDecimalPlaces
Auto Trait Implementations§
impl Freeze for MaxDecimalPlaces
impl RefUnwindSafe for MaxDecimalPlaces
impl Send for MaxDecimalPlaces
impl Sync for MaxDecimalPlaces
impl Unpin for MaxDecimalPlaces
impl UnwindSafe for MaxDecimalPlaces
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