Struct routinator::tals::BundledTal[][src]

pub struct BundledTal {
    pub name: &'static str,
    pub description: &'static str,
    pub category: Category,
    pub opt_in: Option<OptIn>,
    pub content: &'static str,
}
Expand description

Description and content of a TAL bundled with Routinator.

Fields

name: &'static str

The short name of the TAL.

description: &'static str

A description of the TAL.

category: Category

The category of the TAL.

opt_in: Option<OptIn>

Does this TAL need explicit opt-in and if so, how is it to be done?

content: &'static str

The actual content of the TAL.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.