pub struct DecimalRangeView {
pub min: <Decimal as View>::ViewType,
pub max: <Decimal as View>::ViewType,
}Fields§
§min: <Decimal as View>::ViewType§max: <Decimal as View>::ViewTypeTrait Implementations§
Source§impl CandidType for DecimalRangeView
impl CandidType for DecimalRangeView
Source§impl Clone for DecimalRangeView
impl Clone for DecimalRangeView
Source§fn clone(&self) -> DecimalRangeView
fn clone(&self) -> DecimalRangeView
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 DecimalRangeView
impl Debug for DecimalRangeView
Source§impl Default for DecimalRangeView
impl Default for DecimalRangeView
Source§impl<'de> Deserialize<'de> for DecimalRangeView
impl<'de> Deserialize<'de> for DecimalRangeView
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 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.
Auto Trait Implementations§
impl Freeze for DecimalRangeView
impl RefUnwindSafe for DecimalRangeView
impl Send for DecimalRangeView
impl Sync for DecimalRangeView
impl Unpin for DecimalRangeView
impl UnwindSafe for DecimalRangeView
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