seed
Module: seed
Section titled “Module: seed”Contents
Section titled “Contents”Structs
firma_authority::seed::SeedFile
Section titled “firma_authority::seed::SeedFile”Struct
Fields:
raw_token: Stringtoken_id: Stringagent_id: Stringsession_id: Stringaction_set: Vec<String>resource_scope: Stringissued_at: Stringexpiry: Stringcontext_hash: Stringbudget_ceiling: Option<f64>
Methods:
fn from_issuance(out: &IssuanceResult) -> Selffn to_toml(self: &Self) -> Result<String>- Serialize as pretty-printed TOML.
Trait Implementations:
- Debug
fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result
- Serialize
fn serialize<__S>(self: &Self, __serializer: __S) -> _serde::__private228::Result<<__S as >::Ok, <__S as >::Error>