pub struct PrivateIdentityInterface { /* private fields */ }Implementations§
Source§impl PrivateIdentityInterface
impl PrivateIdentityInterface
pub fn new_key() -> Self
pub fn new_fs() -> Self
pub fn new_sentinel() -> Self
pub fn public_id(&self) -> PublicIdentity
pub fn signing_key(&self) -> PrivateSigningKey
Trait Implementations§
Source§impl Clone for PrivateIdentityInterface
impl Clone for PrivateIdentityInterface
Source§fn clone(&self) -> PrivateIdentityInterface
fn clone(&self) -> PrivateIdentityInterface
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 PrivateIdentityInterface
impl Debug for PrivateIdentityInterface
Source§impl Hash for PrivateIdentityInterface
impl Hash for PrivateIdentityInterface
Source§impl PartialEq for PrivateIdentityInterface
impl PartialEq for PrivateIdentityInterface
impl Eq for PrivateIdentityInterface
impl StructuralPartialEq for PrivateIdentityInterface
Auto Trait Implementations§
impl Freeze for PrivateIdentityInterface
impl RefUnwindSafe for PrivateIdentityInterface
impl Send for PrivateIdentityInterface
impl Sync for PrivateIdentityInterface
impl Unpin for PrivateIdentityInterface
impl UnwindSafe for PrivateIdentityInterface
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