Enum intervals_rs::LimitValue [−][src]
pub enum LimitValue<T> {
Limit(T),
Limitless,
}Variants
Implementations
impl<T> LimitValue<T>[src]
impl<T> LimitValue<T>[src]Trait Implementations
impl<T: Clone> Clone for LimitValue<T>[src]
impl<T: Clone> Clone for LimitValue<T>[src]fn clone(&self) -> LimitValue<T>[src]
fn clone(&self) -> LimitValue<T>[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more
impl<T: Debug> Debug for LimitValue<T>[src]
impl<T: Debug> Debug for LimitValue<T>[src]impl<T: Default> Default for LimitValue<T>[src]
impl<T: Default> Default for LimitValue<T>[src]impl<T: Display> Display for LimitValue<T>[src]
impl<T: Display> Display for LimitValue<T>[src]impl<T> From<Option<T>> for LimitValue<T>[src]
impl<T> From<Option<T>> for LimitValue<T>[src]impl<T: ToString> Hash for LimitValue<T>[src]
impl<T: ToString> Hash for LimitValue<T>[src]impl<T: Ord> Ord for LimitValue<T>[src]
impl<T: Ord> Ord for LimitValue<T>[src]impl<T: PartialEq> PartialEq<LimitValue<T>> for LimitValue<T>[src]
impl<T: PartialEq> PartialEq<LimitValue<T>> for LimitValue<T>[src]impl<T: PartialOrd> PartialOrd<LimitValue<T>> for LimitValue<T>[src]
impl<T: PartialOrd> PartialOrd<LimitValue<T>> for LimitValue<T>[src]fn partial_cmp(&self, other: &Self) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &Self) -> Option<Ordering>[src]This method returns an ordering between self and other values if one exists. Read more
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than (for self and other) and is used by the < operator. Read more
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl<T: Eq> Eq for LimitValue<T>[src]
impl<T> StructuralEq for LimitValue<T>[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for LimitValue<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for LimitValue<T> where
T: Send,
T: Send,
impl<T> Sync for LimitValue<T> where
T: Sync,
T: Sync,
impl<T> Unpin for LimitValue<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for LimitValue<T> where
T: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more