pub struct DurationRangeUpdate {
pub min: Option<<Duration as UpdateView>::UpdateViewType>,
pub max: Option<<Duration as UpdateView>::UpdateViewType>,
}Fields§
§min: Option<<Duration as UpdateView>::UpdateViewType>§max: Option<<Duration as UpdateView>::UpdateViewType>Trait Implementations§
Source§impl CandidType for DurationRangeUpdate
impl CandidType for DurationRangeUpdate
Source§impl Clone for DurationRangeUpdate
impl Clone for DurationRangeUpdate
Source§fn clone(&self) -> DurationRangeUpdate
fn clone(&self) -> DurationRangeUpdate
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 DurationRangeUpdate
impl Debug for DurationRangeUpdate
Source§impl Default for DurationRangeUpdate
impl Default for DurationRangeUpdate
Source§fn default() -> DurationRangeUpdate
fn default() -> DurationRangeUpdate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DurationRangeUpdate
impl<'de> Deserialize<'de> for DurationRangeUpdate
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
Auto Trait Implementations§
impl Freeze for DurationRangeUpdate
impl RefUnwindSafe for DurationRangeUpdate
impl Send for DurationRangeUpdate
impl Sync for DurationRangeUpdate
impl Unpin for DurationRangeUpdate
impl UnwindSafe for DurationRangeUpdate
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