pub struct DefaultBasis;
Expand description

The default Basis.

The settings this basis uses will change depending on the enabled feature flags.

Trait Implementations

The type to use in place of isize.
The type to use in place of usize.
An error occurred during type conversion from a native isize or usize. Read more
Returns the Isize corresponding to the given isize, or Err if the conversion fails. Read more
Returns the Usize corresponding to the given usize, or Err if the conversion fails. Read more
An error occurred during type conversion to a native isize or usize.
Returns the isize corresponding to the given Isize, or Err if the conversion fails. Read more
Returns the usize corresponding to the given Usize, or Err if the conversion fails. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The type for metadata in pointers and references to Self.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.