Module traits

Module traits 

Source
Expand description

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
Safety
HasSync
Safety
HashBytes
PartialEqBytes

Type Aliases§

CloneFn
CloneFromFn
CloneIntoRawFn
DropFn
EqFn
FmtFn
HashFn