[][src]Trait abi_stable::nonexhaustive_enum::GetVTable

pub unsafe trait GetVTable<S, I>: GetEnumInfo { }

Gets the vtable of NonExhaustive<Self,S,I>.

Implementors

impl<E, S, I> GetVTable<S, I> for E where
    S: InlineStorage,
    I: InterfaceType,
    E: GetEnumInfo,
    I::Sync: RequiresSync<E, S, I>,
    I::Send: RequiresSend<E, S, I>,
    I::Clone: InitCloneField<E, S, I>,
    I::Debug: InitDebugField<E, S, I>,
    I::Display: InitDisplayField<E, S, I>,
    I::Serialize: InitSerializeField<E, S, I>,
    I::PartialEq: InitPartialEqField<E, S, I>,
    I::PartialOrd: InitPartialOrdField<E, S, I>,
    I::Ord: InitOrdField<E, S, I>,
    I::Hash: InitHashField<E, S, I>, 
[src]

Loading content...