pub struct AuthenticatorKey { /* private fields */ }
Implementations§
Source§impl AuthenticatorKey
impl AuthenticatorKey
pub fn string_bit(&self) -> String
pub fn string_prefix(&self) -> String
pub fn generate_address_tail(&self) -> String
Trait Implementations§
Source§impl Clone for AuthenticatorKey
impl Clone for AuthenticatorKey
Source§fn clone(&self) -> AuthenticatorKey
fn clone(&self) -> AuthenticatorKey
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 AuthenticatorKey
impl Debug for AuthenticatorKey
Source§impl<'de> Deserialize<'de> for AuthenticatorKey
impl<'de> Deserialize<'de> for AuthenticatorKey
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl FromStr for AuthenticatorKey
impl FromStr for AuthenticatorKey
Source§impl Hash for AuthenticatorKey
impl Hash for AuthenticatorKey
Source§impl Into<ResourceKey> for AuthenticatorKey
impl Into<ResourceKey> for AuthenticatorKey
Source§fn into(self) -> ResourceKey
fn into(self) -> ResourceKey
Converts this type into the (usually inferred) input type.
Source§impl PartialEq for AuthenticatorKey
impl PartialEq for AuthenticatorKey
Source§impl Serialize for AuthenticatorKey
impl Serialize for AuthenticatorKey
Source§impl ToString for AuthenticatorKey
impl ToString for AuthenticatorKey
Source§impl TryInto<AuthenticatorKey> for ResourceKey
impl TryInto<AuthenticatorKey> for ResourceKey
impl Eq for AuthenticatorKey
impl StructuralPartialEq for AuthenticatorKey
Auto Trait Implementations§
impl Freeze for AuthenticatorKey
impl RefUnwindSafe for AuthenticatorKey
impl Send for AuthenticatorKey
impl Sync for AuthenticatorKey
impl Unpin for AuthenticatorKey
impl UnwindSafe for AuthenticatorKey
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