pub struct Nat32Range {
pub min: Nat32,
pub max: Nat32,
}Fields§
§min: Nat32§max: Nat32Implementations§
Trait Implementations§
Source§impl Clone for Nat32Range
impl Clone for Nat32Range
Source§fn clone(&self) -> Nat32Range
fn clone(&self) -> Nat32Range
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 Nat32Range
impl Debug for Nat32Range
Source§impl Default for Nat32Range
impl Default for Nat32Range
Source§fn default() -> Nat32Range
fn default() -> Nat32Range
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Nat32Rangewhere
Nat32Range: Default,
impl<'de> Deserialize<'de> for Nat32Rangewhere
Nat32Range: 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 Nat32Range
impl FieldValue for Nat32Range
Source§impl Filterable for Nat32Range
impl Filterable for Nat32Range
type Filter = NoFilterKind
type ListFilter = NoFilterKind
Source§impl From<&Nat32Range> for Nat32RangeView
impl From<&Nat32Range> for Nat32RangeView
Source§fn from(value: &Nat32Range) -> Self
fn from(value: &Nat32Range) -> Self
Converts to this type from the input type.
Source§impl From<Nat32Range> for Nat32RangeView
impl From<Nat32Range> for Nat32RangeView
Source§fn from(value: Nat32Range) -> Self
fn from(value: Nat32Range) -> Self
Converts to this type from the input type.
Source§impl From<Nat32RangeView> for Nat32Range
impl From<Nat32RangeView> for Nat32Range
Source§fn from(view: Nat32RangeView) -> Self
fn from(view: Nat32RangeView) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Nat32Range
impl PartialEq for Nat32Range
Source§impl Path for Nat32Range
impl Path for Nat32Range
Source§impl SanitizeAuto for Nat32Range
impl SanitizeAuto for Nat32Range
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 Nat32Range
impl SanitizeCustom for Nat32Range
fn sanitize_custom(&mut self)
fn sanitize_custom_with(&mut self, _ctx: &SanitizeContext)
Source§impl Serialize for Nat32Range
impl Serialize for Nat32Range
Source§impl UpdateView for Nat32Range
impl UpdateView for Nat32Range
type UpdateViewType = Nat32RangeUpdate
Source§fn merge(&mut self, update: Self::UpdateViewType)
fn merge(&mut self, update: Self::UpdateViewType)
merge the updateview into self
Source§impl ValidateAuto for Nat32Range
impl ValidateAuto for Nat32Range
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 Nat32Range
impl ValidateCustom for Nat32Range
fn validate_custom(&self) -> Result<(), ErrorTree>
fn validate_custom_with(&self, _ctx: &ValidateContext) -> Result<(), ErrorTree>
Source§impl View for Nat32Range
impl View for Nat32Range
Source§impl Visitable for Nat32Range
impl Visitable for Nat32Range
impl Eq for Nat32Range
impl StructuralPartialEq for Nat32Range
Auto Trait Implementations§
impl Freeze for Nat32Range
impl RefUnwindSafe for Nat32Range
impl Send for Nat32Range
impl Sync for Nat32Range
impl Unpin for Nat32Range
impl UnwindSafe for Nat32Range
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