pub struct AuthCert {
pub pubkey: Curve25519Public,
pub expiration: uint64,
pub sig: Signature,
}
Fields§
§pubkey: Curve25519Public
§expiration: uint64
§sig: Signature
Trait Implementations§
impl Eq for AuthCert
impl StructuralPartialEq for AuthCert
Auto Trait Implementations§
impl Freeze for AuthCert
impl RefUnwindSafe for AuthCert
impl Send for AuthCert
impl Sync for AuthCert
impl Unpin for AuthCert
impl UnwindSafe for AuthCert
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