Module accessor::marker[][src]

Expand description

Marker traits and enums.

Enums

A marker enum representing that the accessor can only read a value.

A marker enum representing that the accessor can both read and write a value.

A marker enum representing that the accessor can only write a value.

Traits

A marker trait representing that the type implementing this can be used to specify the type of an accessor (whether it can read a value, write a value, or both).

A marker trait representing that the accessor can read a value.

A marker trait representing that the accessor can write a value.