pub enum Typ {
DevKeyPair,
DevSharedKey,
OperatorPub,
OperatorShared,
CaPub,
Invalid(u16),
}Available on crate feature
model9 only.Expand description
Type
Type of this certificate
Variants§
Trait Implementations§
impl Copy for Typ
impl Eq for Typ
impl StructuralPartialEq for Typ
Auto Trait Implementations§
impl Freeze for Typ
impl RefUnwindSafe for Typ
impl Send for Typ
impl Sync for Typ
impl Unpin for Typ
impl UnsafeUnpin for Typ
impl UnwindSafe for Typ
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more