Module section

Module section 

Source
Expand description

Zero copy and Owned representations of config sections.

Modules§

borrowed
Zero copy representations of the lines in a config section, fast to create however hard to pass around as it has a lifetime. This is the default returned by parse_sections.
owned
Owned representations of a config section, far easier to work with. Can be created from a borrowed::Section using From.

Structs§

AddressRef
See Address for an owned variant.

Enums§

BackendModifier
In combination with an Acl forms the condition for picking a backend
HostRef
See Host for an owned variant.
PasswordRef
See Password for an owned variant.