[][src]Struct structural::type_level::ident::TStringSet

pub struct TStringSet<T>(_);

A type-level set of strings (TStrings).

Methods

impl<T> TStringSet<T>[src]

pub const unsafe fn new() -> Self[src]

Constructs a TStringSet.

Safety

T must be a tuple of TString<_>s, where no TString<_> type is repeated within the tuple.

Trait Implementations

impl<T> Clone for TStringSet<T>[src]

impl<T> Copy for TStringSet<T>[src]

Auto Trait Implementations

impl<T> Send for TStringSet<T> where
    T: Send

impl<T> Sync for TStringSet<T> where
    T: Sync

impl<T> Unpin for TStringSet<T> where
    T: Unpin

impl<T> UnwindSafe for TStringSet<T> where
    T: UnwindSafe

impl<T> RefUnwindSafe for TStringSet<T> where
    T: RefUnwindSafe

Blanket Implementations

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

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

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

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<T> TypeIdentity for T where
    T: ?Sized
[src]

type Type = T

The same type as Self. Read more

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

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.