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