[][src]Module dync::traits

This module defines the function pointers for supported traits from the standard library.

CloneFromFn and DropFn enable the use of VecClone.

The remaining traits improve compatibility with the rest of the standard library.

Structs

CloneVTable
DebugVTable
DropVTable
EqVTable
HashVTable
PartialEqVTable
SendVTable
SyncVTable

Traits

CloneBytes
DebugBytes
DropBytes
HasClone
HasDebug
HasDrop
HasEq
HasHash
HasPartialEq
HasSend
HasSync
HashBytes
PartialEqBytes

Type Definitions

CloneFn
CloneFromFn
CloneIntoRawFn
DropFn
EqFn
FmtFn
HashFn