pub struct BuildConfig {
    pub as_root_ca_cert: &'static [u8],
    pub auditor_public_keys: &'static [&'static [u8]; 3],
    pub rpc_max_message_size: u64,
    pub attestation_validity_secs: u64,
    pub inbound: Inbounds,
}

Fields

as_root_ca_cert: &'static [u8]auditor_public_keys: &'static [&'static [u8]; 3]rpc_max_message_size: u64attestation_validity_secs: u64inbound: Inbounds

Trait Implementations

Formats the value using the given formatter. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

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.