[][src]Struct structural::path::LargePathSet

pub struct LargePathSet<T>(pub T);

A newtype wrapper used to allow FieldPathSet to access from 9 up to 64 fields.

For examples of constructing and using FieldPathSet<LargePathSet<_>,_> you can look at the docs for FieldPathSet::large

Trait Implementations

impl<T: Clone> Clone for LargePathSet<T>[src]

impl<T> ConstDefault for LargePathSet<T> where
    T: ConstDefault
[src]

impl<T: Copy> Copy for LargePathSet<T>[src]

impl<T: Debug> Debug for LargePathSet<T>[src]

impl<T: Default> Default for LargePathSet<T>[src]

impl<T: Eq> Eq for LargePathSet<T>[src]

impl<T: Ord> Ord for LargePathSet<T>[src]

impl<T: PartialEq> PartialEq<LargePathSet<T>> for LargePathSet<T>[src]

impl<T: PartialOrd> PartialOrd<LargePathSet<T>> for LargePathSet<T>[src]

impl<T> StructuralEq for LargePathSet<T>[src]

impl<T> StructuralPartialEq for LargePathSet<T>[src]

Auto Trait Implementations

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

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

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

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

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

Blanket Implementations

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

impl<This, T> Array0<T> for This where
    This: ?Sized
[src]

impl<This, V, T> Array0Variant<T, V> for This where
    This: ?Sized
[src]

impl<This, T> ArrayMove0<T> for This where
    This: ?Sized
[src]

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

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

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

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

impl<This, T> IntoStructural<T> for This where
    T: FromStructural<This>, 
[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<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<This, T> TryIntoStructural<T> for This where
    T: TryFromStructural<This>, 
[src]

type Error = <T as TryFromStructural<This>>::Error

The error parameter of TryFromError, returned from try_into_structural on conversion error. Read more

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

type Type = T

The same type as Self. Read more