pub struct TotpPublicKey {}Trait Implementations§
Source§impl Clone for TotpPublicKey
impl Clone for TotpPublicKey
Source§fn clone(&self) -> TotpPublicKey
fn clone(&self) -> TotpPublicKey
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TotpPublicKey
impl Debug for TotpPublicKey
Source§impl Default for TotpPublicKey
impl Default for TotpPublicKey
Source§fn default() -> TotpPublicKey
fn default() -> TotpPublicKey
Returns the “default value” for a type. Read more
Source§impl From<TotpPublicKey> for PublicKey
impl From<TotpPublicKey> for PublicKey
Source§fn from(key: TotpPublicKey) -> Self
fn from(key: TotpPublicKey) -> Self
Converts to this type from the input type.
Source§impl PartialEq for TotpPublicKey
impl PartialEq for TotpPublicKey
Source§impl Serialize for TotpPublicKey
impl Serialize for TotpPublicKey
impl Eq for TotpPublicKey
impl StructuralPartialEq for TotpPublicKey
Auto Trait Implementations§
impl Freeze for TotpPublicKey
impl RefUnwindSafe for TotpPublicKey
impl Send for TotpPublicKey
impl Sync for TotpPublicKey
impl Unpin for TotpPublicKey
impl UnwindSafe for TotpPublicKey
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