Struct biscuit_auth::format::SerializedBiscuit
source ·
[−]pub struct SerializedBiscuit {
pub root_key_id: Option<u32>,
pub authority: Block,
pub blocks: Vec<Block>,
pub proof: TokenNext,
}Expand description
Intermediate structure for token serialization
This structure contains the blocks serialized to byte arrays. Those arrays will be used for the signature
Fields
root_key_id: Option<u32>blocks: Vec<Block>proof: TokenNextImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SerializedBiscuit
impl Send for SerializedBiscuit
impl Sync for SerializedBiscuit
impl Unpin for SerializedBiscuit
impl UnwindSafe for SerializedBiscuit
Blanket Implementations
Mutably borrows from an owned value. Read more
