pub struct AnyPublicKey {
pub key: Claim,
}
Fields§
§key: Claim
Implementations§
Source§impl AnyPublicKey
impl AnyPublicKey
pub fn auth_service(&self) -> AccountNumber
Trait Implementations§
Source§impl Clone for AnyPublicKey
impl Clone for AnyPublicKey
Source§fn clone(&self) -> AnyPublicKey
fn clone(&self) -> AnyPublicKey
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 AnyPublicKey
impl Debug for AnyPublicKey
Auto Trait Implementations§
impl Freeze for AnyPublicKey
impl RefUnwindSafe for AnyPublicKey
impl Send for AnyPublicKey
impl Sync for AnyPublicKey
impl Unpin for AnyPublicKey
impl UnwindSafe for AnyPublicKey
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