pub struct NewIdentityResolvingKey { /* private fields */ }Expand description
New Identity Resolving Key Event
Implementations§
Source§impl NewIdentityResolvingKey
impl NewIdentityResolvingKey
pub fn store_hint(&self) -> &bool
pub fn random_address(&self) -> &Address
pub fn key(&self) -> &IdentityResolvingKey
Trait Implementations§
Source§impl Clone for NewIdentityResolvingKey
impl Clone for NewIdentityResolvingKey
Source§fn clone(&self) -> NewIdentityResolvingKey
fn clone(&self) -> NewIdentityResolvingKey
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 NewIdentityResolvingKey
impl Debug for NewIdentityResolvingKey
Source§impl From<NewIdentityResolvingKey> for Event
impl From<NewIdentityResolvingKey> for Event
Source§fn from(v: NewIdentityResolvingKey) -> Self
fn from(v: NewIdentityResolvingKey) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NewIdentityResolvingKey
impl RefUnwindSafe for NewIdentityResolvingKey
impl Send for NewIdentityResolvingKey
impl Sync for NewIdentityResolvingKey
impl Unpin for NewIdentityResolvingKey
impl UnwindSafe for NewIdentityResolvingKey
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