[−][src]Struct alacritty::index::Column
A column
Newtype to avoid passing values incorrectly
Trait Implementations
impl Default for Column[src]
impl Clone for Column[src]
fn clone(&self) -> Column[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Ord for Column[src]
fn cmp(&self, other: &Column) -> Ordering[src]
fn max(self, other: Self) -> Self1.21.0[src]
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
Compares and returns the minimum of two values. Read more
impl From<usize> for Column[src]
impl Eq for Column[src]
impl Copy for Column[src]
impl PartialOrd<Column> for Column[src]
fn partial_cmp(&self, other: &Column) -> Option<Ordering>[src]
fn lt(&self, other: &Column) -> bool[src]
fn le(&self, other: &Column) -> bool[src]
fn gt(&self, other: &Column) -> bool[src]
fn ge(&self, other: &Column) -> bool[src]
impl PartialEq<Column> for Column[src]
impl Add<Column> for Column[src]
type Output = Column
The resulting type after applying the + operator.
fn add(self, rhs: Column) -> Column[src]
impl<'a> Add<Column> for &'a Column[src]
type Output = <Column as Add<Column>>::Output
The resulting type after applying the + operator.
fn add(self, other: Column) -> <Column as Add<Column>>::Output[src]
impl<'a> Add<&'a Column> for Column[src]
type Output = <Column as Add<Column>>::Output
The resulting type after applying the + operator.
fn add(self, other: &'a Column) -> <Column as Add<Column>>::Output[src]
impl<'a, 'b> Add<&'a Column> for &'b Column[src]
type Output = <Column as Add<Column>>::Output
The resulting type after applying the + operator.
fn add(self, other: &'a Column) -> <Column as Add<Column>>::Output[src]
impl Add<usize> for Column[src]
type Output = Column
The resulting type after applying the + operator.
fn add(self, rhs: usize) -> Column[src]
impl Sub<Column> for Column[src]
type Output = Column
The resulting type after applying the - operator.
fn sub(self, rhs: Column) -> Column[src]
impl<'a> Sub<Column> for &'a Column[src]
type Output = Column
The resulting type after applying the - operator.
fn sub(self, rhs: Column) -> Column[src]
impl<'a> Sub<&'a Column> for Column[src]
type Output = Column
The resulting type after applying the - operator.
fn sub(self, rhs: &'a Column) -> Column[src]
impl<'a, 'b> Sub<&'a Column> for &'b Column[src]
type Output = Column
The resulting type after applying the - operator.
fn sub(self, rhs: &'a Column) -> Column[src]
impl Sub<usize> for Column[src]
type Output = Column
The resulting type after applying the - operator.
fn sub(self, rhs: usize) -> Column[src]
impl AddAssign<Column> for Column[src]
fn add_assign(&mut self, rhs: Column)[src]
impl AddAssign<usize> for Column[src]
fn add_assign(&mut self, rhs: usize)[src]
impl SubAssign<Column> for Column[src]
fn sub_assign(&mut self, rhs: Column)[src]
impl SubAssign<usize> for Column[src]
fn sub_assign(&mut self, rhs: usize)[src]
impl Deref for Column[src]
impl<T> Index<Column> for Row<T>[src]
impl<T> IndexMut<Column> for Row<T>[src]
impl Display for Column[src]
impl Debug for Column[src]
impl Serialize for Column[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl<'de> Deserialize<'de> for Column[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
Blanket Implementations
impl<T> From for T[src]
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, 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> SetParameter for T[src]
fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
T: Parameter<Self>, [src]
T: Parameter<Self>,
Sets value as a parameter of self.
impl<T> Erased for T[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,