pub struct IdentityResolvingKey { /* private fields */ }
Implementations§
Source§impl IdentityResolvingKey
impl IdentityResolvingKey
pub fn address(&self) -> &Address
pub fn address_type(&self) -> &AddressType
pub fn value(&self) -> &[u8; 16]
Trait Implementations§
Source§impl Clone for IdentityResolvingKey
impl Clone for IdentityResolvingKey
Source§fn clone(&self) -> IdentityResolvingKey
fn clone(&self) -> IdentityResolvingKey
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 IdentityResolvingKey
impl Debug for IdentityResolvingKey
Source§impl Extend<IdentityResolvingKey> for LoadIdentityResolvingKeys
impl Extend<IdentityResolvingKey> for LoadIdentityResolvingKeys
Source§fn extend<T789979AD04B840B9BCA2350BD2215CBC>(
&mut self,
iter: T789979AD04B840B9BCA2350BD2215CBC,
)where
T789979AD04B840B9BCA2350BD2215CBC: IntoIterator<Item = IdentityResolvingKey>,
fn extend<T789979AD04B840B9BCA2350BD2215CBC>(
&mut self,
iter: T789979AD04B840B9BCA2350BD2215CBC,
)where
T789979AD04B840B9BCA2350BD2215CBC: IntoIterator<Item = IdentityResolvingKey>,
Extends a collection with the contents of an iterator. Read more
Source§fn extend_one(&mut self, item: A)
fn extend_one(&mut self, item: A)
🔬This is a nightly-only experimental API. (
extend_one
)Extends a collection with exactly one element.
Source§fn extend_reserve(&mut self, additional: usize)
fn extend_reserve(&mut self, additional: usize)
🔬This is a nightly-only experimental API. (
extend_one
)Reserves capacity in a collection for the given number of additional elements. Read more
Source§impl FromIterator<IdentityResolvingKey> for LoadIdentityResolvingKeys
impl FromIterator<IdentityResolvingKey> for LoadIdentityResolvingKeys
Source§fn from_iter<T2F99A5F6AE614587BADEEAAB29145B70>(
iter: T2F99A5F6AE614587BADEEAAB29145B70,
) -> Selfwhere
T2F99A5F6AE614587BADEEAAB29145B70: IntoIterator<Item = IdentityResolvingKey>,
fn from_iter<T2F99A5F6AE614587BADEEAAB29145B70>(
iter: T2F99A5F6AE614587BADEEAAB29145B70,
) -> Selfwhere
T2F99A5F6AE614587BADEEAAB29145B70: IntoIterator<Item = IdentityResolvingKey>,
Creates a value from an iterator. Read more
Source§impl Pack for IdentityResolvingKey
impl Pack for IdentityResolvingKey
Auto Trait Implementations§
impl Freeze for IdentityResolvingKey
impl RefUnwindSafe for IdentityResolvingKey
impl Send for IdentityResolvingKey
impl Sync for IdentityResolvingKey
impl Unpin for IdentityResolvingKey
impl UnwindSafe for IdentityResolvingKey
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