[][src]Struct abi_stable::reexports::True

pub struct True;

Represents a type-level true

Trait Implementations

impl<B> BitAnd<B> for True[src]

type Output = B

The resulting type after applying the & operator.

impl<B> BitOr<B> for True[src]

type Output = True

The resulting type after applying the | operator.

impl<B> BitXor<B> for True where
    B: Boolean
[src]

type Output = <B as Boolean>::Not

The resulting type after applying the ^ operator.

impl Boolean for True[src]

type Not = False

The negation of this type.

impl Clone for True[src]

impl Copy for True[src]

impl Debug for True[src]

impl Default for True[src]

impl<T: ?Sized> ImplFrom_<T> for True[src]

type Impl = Implemented<T>

Either Unimplemented or Implemented.

impl MarkerType for True[src]

impl Not for True[src]

type Output = False

The resulting type after applying the ! operator.

Auto Trait Implementations

impl RefUnwindSafe for True

impl Send for True

impl Sync for True

impl Unpin for True

impl UnwindSafe for True

Blanket Implementations

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

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

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

impl<'a, T> BorrowOwned<'a> for T where
    T: 'a + Clone
[src]

type ROwned = T

The owned type, stored in RCow::Owned

type RBorrowed = &'a T

The borrowed type, stored in RCow::Borrowed

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

impl<T> GetWithMetadata for T[src]

type ForSelf = WithMetadata_<T, T>

This is always WithMetadata_<Self, Self>

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

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

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

type Owned = T

The resulting type after obtaining ownership.

impl<This> TransmuteElement for This where
    This: ?Sized
[src]

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, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The error type returned when the conversion fails.

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

type Type = T

The same type as Self. Read more