pub struct DecimalRange { /* private fields */ }Implementations§
Source§impl DecimalRange
impl DecimalRange
pub const KIND: EntityFieldKind
Trait Implementations§
Source§impl AsView for DecimalRange
impl AsView for DecimalRange
Source§impl Clone for DecimalRange
impl Clone for DecimalRange
Source§fn clone(&self) -> DecimalRange
fn clone(&self) -> DecimalRange
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 DecimalRange
impl Debug for DecimalRange
Source§impl Default for DecimalRange
impl Default for DecimalRange
Source§fn default() -> DecimalRange
fn default() -> DecimalRange
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DecimalRangewhere
DecimalRange: Default,
impl<'de> Deserialize<'de> for DecimalRangewhere
DecimalRange: Default,
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 DecimalRange
impl FieldValue for DecimalRange
Source§impl From<&DecimalRange> for DecimalRangeView
impl From<&DecimalRange> for DecimalRangeView
Source§fn from(value: &DecimalRange) -> Self
fn from(value: &DecimalRange) -> Self
Converts to this type from the input type.
Source§impl From<DecimalRange> for DecimalRangeView
impl From<DecimalRange> for DecimalRangeView
Source§fn from(value: DecimalRange) -> Self
fn from(value: DecimalRange) -> Self
Converts to this type from the input type.
Source§impl From<DecimalRangeView> for DecimalRange
impl From<DecimalRangeView> for DecimalRange
Source§fn from(view: DecimalRangeView) -> Self
fn from(view: DecimalRangeView) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DecimalRange
impl PartialEq for DecimalRange
Source§impl Path for DecimalRange
impl Path for DecimalRange
Source§impl SanitizeAuto for DecimalRange
impl SanitizeAuto for DecimalRange
fn sanitize_self(&mut self, _ctx: &mut dyn VisitorContext)
Source§impl SanitizeCustom for DecimalRange
impl SanitizeCustom for DecimalRange
fn sanitize_custom(&mut self, _ctx: &mut dyn VisitorContext)
Source§impl Serialize for DecimalRange
impl Serialize for DecimalRange
Source§impl UpdateView for DecimalRange
impl UpdateView for DecimalRange
Source§type UpdateViewType = DecimalRangeUpdate
type UpdateViewType = DecimalRangeUpdate
Payload accepted when updating this value.
Source§fn merge(&mut self, update: Self::UpdateViewType) -> Result<(), ViewPatchError>
fn merge(&mut self, update: Self::UpdateViewType) -> Result<(), ViewPatchError>
Merge the update payload into self.
Source§impl ValidateAuto for DecimalRange
impl ValidateAuto for DecimalRange
fn validate_self(&self, _ctx: &mut dyn VisitorContext)
Source§impl ValidateCustom for DecimalRange
impl ValidateCustom for DecimalRange
fn validate_custom(&self, ctx: &mut dyn VisitorContext)
Source§impl Visitable for DecimalRange
impl Visitable for DecimalRange
fn drive(&self, visitor: &mut dyn VisitorCore)
fn drive_mut(&mut self, visitor: &mut dyn VisitorMutCore)
impl Eq for DecimalRange
impl StructuralPartialEq for DecimalRange
Auto Trait Implementations§
impl Freeze for DecimalRange
impl RefUnwindSafe for DecimalRange
impl Send for DecimalRange
impl Sync for DecimalRange
impl Unpin for DecimalRange
impl UnwindSafe for DecimalRange
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