Enum minerva_voucher::attr::Assertion
source · [−]pub enum Assertion {
Verified,
Logged,
Proximity,
}
Expand description
An enum identifying values of the “assertion” field defined in RFC8995.
Variants
Verified
Logged
Proximity
Implementations
Trait Implementations
impl Copy for Assertion
impl Eq for Assertion
impl StructuralEq for Assertion
impl StructuralPartialEq for Assertion
Auto Trait Implementations
impl RefUnwindSafe for Assertion
impl Send for Assertion
impl Sync for Assertion
impl Unpin for Assertion
impl UnwindSafe for Assertion
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more