[][src]Module photonix::focus::composites

Traits

GetFifth

A variant of Get, reaching five levels deep in the data structure.

GetFourth

A variant of Get, reaching four levels deep in the data structure.

GetRefFifth

A variant of GetRef, reaching five levels deep in the data structure.

GetRefFourth

A variant of GetRef, reaching four levels deep in the data structure.

GetRefSecond

A variant of GetRef, reaching two levels deep in the data structure.

GetRefThird

A variant of GetRef, reaching three levels deep in the data structure.

GetSecond

A variant of Get, reaching two levels deep in the data structure.

GetThird

A variant of Get, reaching three levels deep in the data structure.

ModifyFifth

A variant of Modify, reaching five levels deep in the data structure.

ModifyFourth

A variant of Modify, reaching four levels deep in the data structure.

ModifySecond

A variant of Modify, reaching two levels deep in the data structure.

ModifyThird

A variant of Modify, reaching three levels deep in the data structure.

SetFifth

A variant of Set, reaching five levels deep in the data structure.

SetFourth

A variant of Set, reaching four levels deep in the data structure.

SetSecond

A variant of Set, reaching two levels deep in the data structure.

SetThird

A variant of Set, reaching three levels deep in the data structure.