pub struct Int32RangeView {
pub min: <Int32 as View>::ViewType,
pub max: <Int32 as View>::ViewType,
}Fields§
§min: <Int32 as View>::ViewType§max: <Int32 as View>::ViewTypeTrait Implementations§
Source§impl CandidType for Int32RangeView
impl CandidType for Int32RangeView
Source§impl Clone for Int32RangeView
impl Clone for Int32RangeView
Source§fn clone(&self) -> Int32RangeView
fn clone(&self) -> Int32RangeView
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 Int32RangeView
impl Debug for Int32RangeView
Source§impl Default for Int32RangeView
impl Default for Int32RangeView
Source§impl<'de> Deserialize<'de> for Int32RangeView
impl<'de> Deserialize<'de> for Int32RangeView
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<&Int32Range> for Int32RangeView
impl From<&Int32Range> for Int32RangeView
Source§fn from(value: &Int32Range) -> Self
fn from(value: &Int32Range) -> Self
Converts to this type from the input type.
Source§impl From<Int32Range> for Int32RangeView
impl From<Int32Range> for Int32RangeView
Source§fn from(value: Int32Range) -> Self
fn from(value: Int32Range) -> Self
Converts to this type from the input type.
Source§impl From<Int32RangeView> for Int32Range
impl From<Int32RangeView> for Int32Range
Source§fn from(view: Int32RangeView) -> Self
fn from(view: Int32RangeView) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Int32RangeView
impl RefUnwindSafe for Int32RangeView
impl Send for Int32RangeView
impl Sync for Int32RangeView
impl Unpin for Int32RangeView
impl UnwindSafe for Int32RangeView
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