[−][src]Struct spaces::discrete::Ordinal
Type representing a finite, ordinal set of values.
Methods
impl Ordinal[src]
Trait Implementations
impl Space for Ordinal[src]
type Value = usize
The data representation of the space.
fn dim(&self) -> usize[src]
fn card(&self) -> Card[src]
impl BoundedSpace for Ordinal[src]
type BoundValue = usize
The upper/lower bound type; not necessarily equal to Space::Value.
fn inf(&self) -> Option<usize>[src]
fn sup(&self) -> Option<usize>[src]
fn contains(&self, val: Self::Value) -> bool[src]
impl FiniteSpace for Ordinal[src]
impl Surjection<usize, usize> for Ordinal[src]
impl Enclose<Ordinal> for Ordinal[src]
fn enclose(self, other: &Ordinal) -> Ordinal[src]
fn enclose_many(self, other_spaces: &[S]) -> Self where
Self: Sized, [src]
Self: Sized,
Return the smallest space enclosing self and all other_spaces of type Self.
impl Copy for Ordinal[src]
impl PartialEq<Ordinal> for Ordinal[src]
fn eq(&self, other: &Ordinal) -> bool[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl From<usize> for Ordinal[src]
impl Clone for Ordinal[src]
fn clone(&self) -> Ordinal[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Display for Ordinal[src]
impl Debug for Ordinal[src]
impl<'de> Deserialize<'de> for Ordinal[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for Ordinal[src]
Auto Trait Implementations
Blanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T> From for T[src]
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,