Struct always42::Always42

source ·
pub struct Always42;

Trait Implementations§

source§

impl Add<Always42> for f32

§

type Output = f32

The resulting type after applying the + operator.
source§

fn add(self, _other: Always42) -> Self::Output

Performs the + operation. Read more
source§

impl Add<Always42> for f64

§

type Output = f64

The resulting type after applying the + operator.
source§

fn add(self, _other: Always42) -> Self::Output

Performs the + operation. Read more
source§

impl Add<Always42> for i128

§

type Output = i128

The resulting type after applying the + operator.
source§

fn add(self, _other: Always42) -> Self::Output

Performs the + operation. Read more
source§

impl Add<Always42> for i16

§

type Output = i16

The resulting type after applying the + operator.
source§

fn add(self, _other: Always42) -> Self::Output

Performs the + operation. Read more
source§

impl Add<Always42> for i32

§

type Output = i32

The resulting type after applying the + operator.
source§

fn add(self, _other: Always42) -> Self::Output

Performs the + operation. Read more
source§

impl Add<Always42> for i64

§

type Output = i64

The resulting type after applying the + operator.
source§

fn add(self, _other: Always42) -> Self::Output

Performs the + operation. Read more
source§

impl Add<Always42> for i8

§

type Output = i8

The resulting type after applying the + operator.
source§

fn add(self, _other: Always42) -> Self::Output

Performs the + operation. Read more
source§

impl Add<Always42> for u128

§

type Output = u128

The resulting type after applying the + operator.
source§

fn add(self, _other: Always42) -> Self::Output

Performs the + operation. Read more
source§

impl Add<Always42> for u16

§

type Output = u16

The resulting type after applying the + operator.
source§

fn add(self, _other: Always42) -> Self::Output

Performs the + operation. Read more
source§

impl Add<Always42> for u32

§

type Output = u32

The resulting type after applying the + operator.
source§

fn add(self, _other: Always42) -> Self::Output

Performs the + operation. Read more
source§

impl Add<Always42> for u64

§

type Output = u64

The resulting type after applying the + operator.
source§

fn add(self, _other: Always42) -> Self::Output

Performs the + operation. Read more
source§

impl Add<Always42> for u8

§

type Output = u8

The resulting type after applying the + operator.
source§

fn add(self, _other: Always42) -> Self::Output

Performs the + operation. Read more
source§

impl Add<f32> for Always42

§

type Output = f32

The resulting type after applying the + operator.
source§

fn add(self, _other: f32) -> Self::Output

Performs the + operation. Read more
source§

impl Add<f64> for Always42

§

type Output = f64

The resulting type after applying the + operator.
source§

fn add(self, _other: f64) -> Self::Output

Performs the + operation. Read more
source§

impl Add<i128> for Always42

§

type Output = i128

The resulting type after applying the + operator.
source§

fn add(self, _other: i128) -> Self::Output

Performs the + operation. Read more
source§

impl Add<i16> for Always42

§

type Output = i16

The resulting type after applying the + operator.
source§

fn add(self, _other: i16) -> Self::Output

Performs the + operation. Read more
source§

impl Add<i32> for Always42

§

type Output = i32

The resulting type after applying the + operator.
source§

fn add(self, _other: i32) -> Self::Output

Performs the + operation. Read more
source§

impl Add<i64> for Always42

§

type Output = i64

The resulting type after applying the + operator.
source§

fn add(self, _other: i64) -> Self::Output

Performs the + operation. Read more
source§

impl Add<i8> for Always42

§

type Output = i8

The resulting type after applying the + operator.
source§

fn add(self, _other: i8) -> Self::Output

Performs the + operation. Read more
source§

impl Add<u128> for Always42

§

type Output = u128

The resulting type after applying the + operator.
source§

fn add(self, _other: u128) -> Self::Output

Performs the + operation. Read more
source§

impl Add<u16> for Always42

§

type Output = u16

The resulting type after applying the + operator.
source§

fn add(self, _other: u16) -> Self::Output

Performs the + operation. Read more
source§

impl Add<u32> for Always42

§

type Output = u32

The resulting type after applying the + operator.
source§

fn add(self, _other: u32) -> Self::Output

Performs the + operation. Read more
source§

impl Add<u64> for Always42

§

type Output = u64

The resulting type after applying the + operator.
source§

fn add(self, _other: u64) -> Self::Output

Performs the + operation. Read more
source§

impl Add<u8> for Always42

§

type Output = u8

The resulting type after applying the + operator.
source§

fn add(self, _other: u8) -> Self::Output

Performs the + operation. Read more
source§

impl Add for Always42

§

type Output = Always42

The resulting type after applying the + operator.
source§

fn add(self, _rhs: Self) -> Self::Output

Performs the + operation. Read more
source§

impl Debug for Always42

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for Always42

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Div<Always42> for f32

§

type Output = f32

The resulting type after applying the / operator.
source§

fn div(self, _rhs: Always42) -> Self

Performs the / operation. Read more
source§

impl Div<Always42> for f64

§

type Output = f64

The resulting type after applying the / operator.
source§

fn div(self, _rhs: Always42) -> Self

Performs the / operation. Read more
source§

impl Div<Always42> for i128

§

type Output = i128

The resulting type after applying the / operator.
source§

fn div(self, _rhs: Always42) -> Self

Performs the / operation. Read more
source§

impl Div<Always42> for i16

§

type Output = i16

The resulting type after applying the / operator.
source§

fn div(self, _rhs: Always42) -> Self

Performs the / operation. Read more
source§

impl Div<Always42> for i32

§

type Output = i32

The resulting type after applying the / operator.
source§

fn div(self, _rhs: Always42) -> Self

Performs the / operation. Read more
source§

impl Div<Always42> for i64

§

type Output = i64

The resulting type after applying the / operator.
source§

fn div(self, _rhs: Always42) -> Self

Performs the / operation. Read more
source§

impl Div<Always42> for i8

§

type Output = i8

The resulting type after applying the / operator.
source§

fn div(self, _rhs: Always42) -> Self

Performs the / operation. Read more
source§

impl Div<Always42> for u128

§

type Output = u128

The resulting type after applying the / operator.
source§

fn div(self, _rhs: Always42) -> Self

Performs the / operation. Read more
source§

impl Div<Always42> for u16

§

type Output = u16

The resulting type after applying the / operator.
source§

fn div(self, _rhs: Always42) -> Self

Performs the / operation. Read more
source§

impl Div<Always42> for u32

§

type Output = u32

The resulting type after applying the / operator.
source§

fn div(self, _rhs: Always42) -> Self

Performs the / operation. Read more
source§

impl Div<Always42> for u64

§

type Output = u64

The resulting type after applying the / operator.
source§

fn div(self, _rhs: Always42) -> Self

Performs the / operation. Read more
source§

impl Div<Always42> for u8

§

type Output = u8

The resulting type after applying the / operator.
source§

fn div(self, _rhs: Always42) -> Self

Performs the / operation. Read more
source§

impl Div<f32> for Always42

§

type Output = f32

The resulting type after applying the / operator.
source§

fn div(self, _other: f32) -> Self::Output

Performs the / operation. Read more
source§

impl Div<f64> for Always42

§

type Output = f64

The resulting type after applying the / operator.
source§

fn div(self, _other: f64) -> Self::Output

Performs the / operation. Read more
source§

impl Div<i128> for Always42

§

type Output = i128

The resulting type after applying the / operator.
source§

fn div(self, _other: i128) -> Self::Output

Performs the / operation. Read more
source§

impl Div<i16> for Always42

§

type Output = i16

The resulting type after applying the / operator.
source§

fn div(self, _other: i16) -> Self::Output

Performs the / operation. Read more
source§

impl Div<i32> for Always42

§

type Output = i32

The resulting type after applying the / operator.
source§

fn div(self, _other: i32) -> Self::Output

Performs the / operation. Read more
source§

impl Div<i64> for Always42

§

type Output = i64

The resulting type after applying the / operator.
source§

fn div(self, _other: i64) -> Self::Output

Performs the / operation. Read more
source§

impl Div<i8> for Always42

§

type Output = i8

The resulting type after applying the / operator.
source§

fn div(self, _other: i8) -> Self::Output

Performs the / operation. Read more
source§

impl Div<u128> for Always42

§

type Output = u128

The resulting type after applying the / operator.
source§

fn div(self, _other: u128) -> Self::Output

Performs the / operation. Read more
source§

impl Div<u16> for Always42

§

type Output = u16

The resulting type after applying the / operator.
source§

fn div(self, _other: u16) -> Self::Output

Performs the / operation. Read more
source§

impl Div<u32> for Always42

§

type Output = u32

The resulting type after applying the / operator.
source§

fn div(self, _other: u32) -> Self::Output

Performs the / operation. Read more
source§

impl Div<u64> for Always42

§

type Output = u64

The resulting type after applying the / operator.
source§

fn div(self, _other: u64) -> Self::Output

Performs the / operation. Read more
source§

impl Div<u8> for Always42

§

type Output = u8

The resulting type after applying the / operator.
source§

fn div(self, _other: u8) -> Self::Output

Performs the / operation. Read more
source§

impl Div for Always42

§

type Output = Always42

The resulting type after applying the / operator.
source§

fn div(self, _rhs: Self) -> Self::Output

Performs the / operation. Read more
source§

impl From<Always42> for f32

source§

fn from(_w: Always42) -> f32

Converts to this type from the input type.
source§

impl From<Always42> for f64

source§

fn from(_w: Always42) -> f64

Converts to this type from the input type.
source§

impl From<Always42> for i128

source§

fn from(_w: Always42) -> i128

Converts to this type from the input type.
source§

impl From<Always42> for i16

source§

fn from(_w: Always42) -> i16

Converts to this type from the input type.
source§

impl From<Always42> for i32

source§

fn from(_w: Always42) -> i32

Converts to this type from the input type.
source§

impl From<Always42> for i64

source§

fn from(_w: Always42) -> i64

Converts to this type from the input type.
source§

impl From<Always42> for i8

source§

fn from(_w: Always42) -> i8

Converts to this type from the input type.
source§

impl From<Always42> for u128

source§

fn from(_w: Always42) -> u128

Converts to this type from the input type.
source§

impl From<Always42> for u16

source§

fn from(_w: Always42) -> u16

Converts to this type from the input type.
source§

impl From<Always42> for u32

source§

fn from(_w: Always42) -> u32

Converts to this type from the input type.
source§

impl From<Always42> for u64

source§

fn from(_w: Always42) -> u64

Converts to this type from the input type.
source§

impl From<Always42> for u8

source§

fn from(_w: Always42) -> u8

Converts to this type from the input type.
source§

impl From<f32> for Always42

source§

fn from(_w: f32) -> Always42

Converts to this type from the input type.
source§

impl From<f64> for Always42

source§

fn from(_w: f64) -> Always42

Converts to this type from the input type.
source§

impl From<i128> for Always42

source§

fn from(_w: i128) -> Always42

Converts to this type from the input type.
source§

impl From<i16> for Always42

source§

fn from(_w: i16) -> Always42

Converts to this type from the input type.
source§

impl From<i32> for Always42

source§

fn from(_w: i32) -> Always42

Converts to this type from the input type.
source§

impl From<i64> for Always42

source§

fn from(_w: i64) -> Always42

Converts to this type from the input type.
source§

impl From<i8> for Always42

source§

fn from(_w: i8) -> Always42

Converts to this type from the input type.
source§

impl From<u128> for Always42

source§

fn from(_w: u128) -> Always42

Converts to this type from the input type.
source§

impl From<u16> for Always42

source§

fn from(_w: u16) -> Always42

Converts to this type from the input type.
source§

impl From<u32> for Always42

source§

fn from(_w: u32) -> Always42

Converts to this type from the input type.
source§

impl From<u64> for Always42

source§

fn from(_w: u64) -> Always42

Converts to this type from the input type.
source§

impl From<u8> for Always42

source§

fn from(_w: u8) -> Always42

Converts to this type from the input type.
source§

impl Mul<Always42> for f32

§

type Output = f32

The resulting type after applying the * operator.
source§

fn mul(self, _rhs: Always42) -> Self

Performs the * operation. Read more
source§

impl Mul<Always42> for f64

§

type Output = f64

The resulting type after applying the * operator.
source§

fn mul(self, _rhs: Always42) -> Self

Performs the * operation. Read more
source§

impl Mul<Always42> for i128

§

type Output = i128

The resulting type after applying the * operator.
source§

fn mul(self, _rhs: Always42) -> Self

Performs the * operation. Read more
source§

impl Mul<Always42> for i16

§

type Output = i16

The resulting type after applying the * operator.
source§

fn mul(self, _rhs: Always42) -> Self

Performs the * operation. Read more
source§

impl Mul<Always42> for i32

§

type Output = i32

The resulting type after applying the * operator.
source§

fn mul(self, _rhs: Always42) -> Self

Performs the * operation. Read more
source§

impl Mul<Always42> for i64

§

type Output = i64

The resulting type after applying the * operator.
source§

fn mul(self, _rhs: Always42) -> Self

Performs the * operation. Read more
source§

impl Mul<Always42> for i8

§

type Output = i8

The resulting type after applying the * operator.
source§

fn mul(self, _rhs: Always42) -> Self

Performs the * operation. Read more
source§

impl Mul<Always42> for u128

§

type Output = u128

The resulting type after applying the * operator.
source§

fn mul(self, _rhs: Always42) -> Self

Performs the * operation. Read more
source§

impl Mul<Always42> for u16

§

type Output = u16

The resulting type after applying the * operator.
source§

fn mul(self, _rhs: Always42) -> Self

Performs the * operation. Read more
source§

impl Mul<Always42> for u32

§

type Output = u32

The resulting type after applying the * operator.
source§

fn mul(self, _rhs: Always42) -> Self

Performs the * operation. Read more
source§

impl Mul<Always42> for u64

§

type Output = u64

The resulting type after applying the * operator.
source§

fn mul(self, _rhs: Always42) -> Self

Performs the * operation. Read more
source§

impl Mul<Always42> for u8

§

type Output = u8

The resulting type after applying the * operator.
source§

fn mul(self, _rhs: Always42) -> Self

Performs the * operation. Read more
source§

impl Mul<f32> for Always42

§

type Output = f32

The resulting type after applying the * operator.
source§

fn mul(self, _other: f32) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<f64> for Always42

§

type Output = f64

The resulting type after applying the * operator.
source§

fn mul(self, _other: f64) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<i128> for Always42

§

type Output = i128

The resulting type after applying the * operator.
source§

fn mul(self, _other: i128) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<i16> for Always42

§

type Output = i16

The resulting type after applying the * operator.
source§

fn mul(self, _other: i16) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<i32> for Always42

§

type Output = i32

The resulting type after applying the * operator.
source§

fn mul(self, _other: i32) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<i64> for Always42

§

type Output = i64

The resulting type after applying the * operator.
source§

fn mul(self, _other: i64) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<i8> for Always42

§

type Output = i8

The resulting type after applying the * operator.
source§

fn mul(self, _other: i8) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<u128> for Always42

§

type Output = u128

The resulting type after applying the * operator.
source§

fn mul(self, _other: u128) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<u16> for Always42

§

type Output = u16

The resulting type after applying the * operator.
source§

fn mul(self, _other: u16) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<u32> for Always42

§

type Output = u32

The resulting type after applying the * operator.
source§

fn mul(self, _other: u32) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<u64> for Always42

§

type Output = u64

The resulting type after applying the * operator.
source§

fn mul(self, _other: u64) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<u8> for Always42

§

type Output = u8

The resulting type after applying the * operator.
source§

fn mul(self, _other: u8) -> Self::Output

Performs the * operation. Read more
source§

impl Mul for Always42

§

type Output = Always42

The resulting type after applying the * operator.
source§

fn mul(self, _rhs: Self) -> Self

Performs the * operation. Read more
source§

impl PartialEq for Always42

source§

fn eq(&self, _other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialOrd for Always42

source§

fn partial_cmp(&self, _other: &Self) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
source§

impl Sub<Always42> for f32

§

type Output = f32

The resulting type after applying the - operator.
source§

fn sub(self, _other: Always42) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<Always42> for f64

§

type Output = f64

The resulting type after applying the - operator.
source§

fn sub(self, _other: Always42) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<Always42> for i128

§

type Output = i128

The resulting type after applying the - operator.
source§

fn sub(self, _other: Always42) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<Always42> for i16

§

type Output = i16

The resulting type after applying the - operator.
source§

fn sub(self, _other: Always42) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<Always42> for i32

§

type Output = i32

The resulting type after applying the - operator.
source§

fn sub(self, _other: Always42) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<Always42> for i64

§

type Output = i64

The resulting type after applying the - operator.
source§

fn sub(self, _other: Always42) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<Always42> for i8

§

type Output = i8

The resulting type after applying the - operator.
source§

fn sub(self, _other: Always42) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<Always42> for u128

§

type Output = u128

The resulting type after applying the - operator.
source§

fn sub(self, _other: Always42) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<Always42> for u16

§

type Output = u16

The resulting type after applying the - operator.
source§

fn sub(self, _other: Always42) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<Always42> for u32

§

type Output = u32

The resulting type after applying the - operator.
source§

fn sub(self, _other: Always42) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<Always42> for u64

§

type Output = u64

The resulting type after applying the - operator.
source§

fn sub(self, _other: Always42) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<Always42> for u8

§

type Output = u8

The resulting type after applying the - operator.
source§

fn sub(self, _other: Always42) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<f32> for Always42

§

type Output = f32

The resulting type after applying the - operator.
source§

fn sub(self, _other: f32) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<f64> for Always42

§

type Output = f64

The resulting type after applying the - operator.
source§

fn sub(self, _other: f64) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<i128> for Always42

§

type Output = i128

The resulting type after applying the - operator.
source§

fn sub(self, _other: i128) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<i16> for Always42

§

type Output = i16

The resulting type after applying the - operator.
source§

fn sub(self, _other: i16) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<i32> for Always42

§

type Output = i32

The resulting type after applying the - operator.
source§

fn sub(self, _other: i32) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<i64> for Always42

§

type Output = i64

The resulting type after applying the - operator.
source§

fn sub(self, _other: i64) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<i8> for Always42

§

type Output = i8

The resulting type after applying the - operator.
source§

fn sub(self, _other: i8) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<u128> for Always42

§

type Output = u128

The resulting type after applying the - operator.
source§

fn sub(self, _other: u128) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<u16> for Always42

§

type Output = u16

The resulting type after applying the - operator.
source§

fn sub(self, _other: u16) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<u32> for Always42

§

type Output = u32

The resulting type after applying the - operator.
source§

fn sub(self, _other: u32) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<u64> for Always42

§

type Output = u64

The resulting type after applying the - operator.
source§

fn sub(self, _other: u64) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<u8> for Always42

§

type Output = u8

The resulting type after applying the - operator.
source§

fn sub(self, _other: u8) -> Self::Output

Performs the - operation. Read more
source§

impl Sub for Always42

§

type Output = Always42

The resulting type after applying the - operator.
source§

fn sub(self, _other: Self) -> Self::Output

Performs the - operation. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToString for T
where T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.