Struct macaroons::caveat::Caveat [] [src]

pub struct Caveat {
    pub caveat_id: Vec<u8>,
    pub caveat_key: Option<Vec<u8>>,
    pub verification_id: Option<Vec<u8>>,
    pub caveat_location: Option<Vec<u8>>,
}

Fields

Methods

impl Caveat
[src]

Trait Implementations

impl Clone for Caveat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Caveat
[src]

Formats the value using the given formatter. Read more