[][src]Struct karo::ColRange

pub struct ColRange { /* fields omitted */ }

Methods

impl ColRange[src]

pub fn build(a: Col, b: Col) -> Self[src]

pub fn extend_to<C>(&mut self, c: C) -> &mut Self where
    ColRange: From<C>, 
[src]

pub fn first(&self) -> Col[src]

pub fn last(&self) -> Col[src]

pub fn iter(&self) -> ColRangeIter[src]

Trait Implementations

impl From<Col> for ColRange[src]

impl IntoIterator for ColRange[src]

type Item = Col

The type of the elements being iterated over.

type IntoIter = ColRangeIter

Which kind of iterator are we turning this into?

impl Clone for ColRange[src]

impl Copy for ColRange[src]

impl Default for ColRange[src]

impl Eq for ColRange[src]

impl PartialEq<ColRange> for ColRange[src]

impl Debug for ColRange[src]

impl Hash for ColRange[src]

impl StructuralPartialEq for ColRange[src]

impl StructuralEq for ColRange[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<I> IntoIterator for I where
    I: Iterator
[src]

type Item = <I as Iterator>::Item

The type of the elements being iterated over.

type IntoIter = I

Which kind of iterator are we turning this into?

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]