pub struct Nat32Range {
pub min: Nat32,
pub max: Nat32,
}Fields§
§min: Nat32§max: Nat32Implementations§
Trait Implementations§
Source§impl AsView for Nat32Range
impl AsView for Nat32Range
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 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, _ctx: &mut dyn VisitorContext)
Source§impl SanitizeCustom for Nat32Range
impl SanitizeCustom for Nat32Range
fn sanitize_custom(&mut self, _ctx: &mut dyn VisitorContext)
Source§impl Serialize for Nat32Range
impl Serialize for Nat32Range
Source§impl UpdateView for Nat32Range
impl UpdateView for Nat32Range
Source§type UpdateViewType = Nat32RangeUpdate
type UpdateViewType = Nat32RangeUpdate
A view payload that may be applied to
Self.fn merge(&mut self, patch: Self::UpdateViewType) -> Result<(), MergePatchError>
Source§impl ValidateAuto for Nat32Range
impl ValidateAuto for Nat32Range
fn validate_self(&self, _ctx: &mut dyn VisitorContext)
Source§impl ValidateCustom for Nat32Range
impl ValidateCustom for Nat32Range
fn validate_custom(&self, ctx: &mut dyn VisitorContext)
Source§impl Visitable for Nat32Range
impl Visitable for Nat32Range
fn drive(&self, visitor: &mut dyn VisitorCore)
fn drive_mut(&mut self, visitor: &mut dyn VisitorMutCore)
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 UnsafeUnpin 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