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