Crate search_trail

Crate search_trail 

Source

Structs§

ReversibleBool
Index for a managed bool. Note that this only redirect towards a managed usize
ReversibleF32
An index of the managed resource type
ReversibleF64
An index of the managed resource type
ReversibleI8
An index of the managed resource type
ReversibleI16
An index of the managed resource type
ReversibleI32
An index of the managed resource type
ReversibleI64
An index of the managed resource type
ReversibleI128
An index of the managed resource type
ReversibleIsize
An index of the managed resource type
ReversibleOptionBool
Index for a managed optional bool. Note that this only redirect towards a managed usize
ReversibleOptionF32
An index of the managed resource type
ReversibleOptionF64
An index of the managed resource type
ReversibleOptionI8
An index of the managed resource type
ReversibleOptionI16
An index of the managed resource type
ReversibleOptionI32
An index of the managed resource type
ReversibleOptionI64
An index of the managed resource type
ReversibleOptionI128
An index of the managed resource type
ReversibleOptionIsize
An index of the managed resource type
ReversibleOptionU8
An index of the managed resource type
ReversibleOptionU16
An index of the managed resource type
ReversibleOptionU32
An index of the managed resource type
ReversibleOptionU64
An index of the managed resource type
ReversibleOptionU128
An index of the managed resource type
ReversibleOptionUsize
An index of the managed resource type
ReversibleU8
An index of the managed resource type
ReversibleU16
An index of the managed resource type
ReversibleU32
An index of the managed resource type
ReversibleU64
An index of the managed resource type
ReversibleU128
An index of the managed resource type
ReversibleUsize
An index of the managed resource type
StateManager
This structure implements a simple manager that can save a state and restore it later. It is able to store each numeric type as well as booleans. The states are stored and restored like a stack. This means that when restoring the state of the manager, all the managed values are restored to their most recently saved value.

Traits§

BoolManager
Trait that define the operation that can be done on a managed boolean.
F32Manager
Trait that define what operation can be done on the managed resource type
F64Manager
Trait that define what operation can be done on the managed resource type
I8Manager
Trait that define what operation can be done on the managed resource type
I16Manager
Trait that define what operation can be done on the managed resource type
I32Manager
Trait that define what operation can be done on the managed resource type
I64Manager
Trait that define what operation can be done on the managed resource type
I128Manager
Trait that define what operation can be done on the managed resource type
IsizeManager
Trait that define what operation can be done on the managed resource type
OptionBoolManager
Trait that define the operation that can be done on a managed boolean.
OptionF32Manager
Trait that define what operation can be done on the managed resource type
OptionF64Manager
Trait that define what operation can be done on the managed resource type
OptionI8Manager
Trait that define what operation can be done on the managed resource type
OptionI16Manager
Trait that define what operation can be done on the managed resource type
OptionI32Manager
Trait that define what operation can be done on the managed resource type
OptionI64Manager
Trait that define what operation can be done on the managed resource type
OptionI128Manager
Trait that define what operation can be done on the managed resource type
OptionIsizeManager
Trait that define what operation can be done on the managed resource type
OptionU8Manager
Trait that define what operation can be done on the managed resource type
OptionU16Manager
Trait that define what operation can be done on the managed resource type
OptionU32Manager
Trait that define what operation can be done on the managed resource type
OptionU64Manager
Trait that define what operation can be done on the managed resource type
OptionU128Manager
Trait that define what operation can be done on the managed resource type
OptionUsizeManager
Trait that define what operation can be done on the managed resource type
SaveAndRestore
U8Manager
Trait that define what operation can be done on the managed resource type
U16Manager
Trait that define what operation can be done on the managed resource type
U32Manager
Trait that define what operation can be done on the managed resource type
U64Manager
Trait that define what operation can be done on the managed resource type
U128Manager
Trait that define what operation can be done on the managed resource type
UsizeManager
Trait that define what operation can be done on the managed resource type