pub struct UserBaseKey { /* private fields */ }
Implementations§
Source§impl UserBaseKey
impl UserBaseKey
Source§impl UserBaseKey
impl UserBaseKey
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 UserBaseKey
impl Clone for UserBaseKey
Source§fn clone(&self) -> UserBaseKey
fn clone(&self) -> UserBaseKey
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 UserBaseKey
impl Debug for UserBaseKey
Source§impl<'de> Deserialize<'de> for UserBaseKey
impl<'de> Deserialize<'de> for UserBaseKey
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 UserBaseKey
impl FromStr for UserBaseKey
Source§impl Hash for UserBaseKey
impl Hash for UserBaseKey
Source§impl Into<ResourceKey> for UserBaseKey
impl Into<ResourceKey> for UserBaseKey
Source§fn into(self) -> ResourceKey
fn into(self) -> ResourceKey
Converts this type into the (usually inferred) input type.
Source§impl PartialEq for UserBaseKey
impl PartialEq for UserBaseKey
Source§impl Serialize for UserBaseKey
impl Serialize for UserBaseKey
Source§impl ToString for UserBaseKey
impl ToString for UserBaseKey
Source§impl TryInto<UserBaseKey> for ResourceKey
impl TryInto<UserBaseKey> for ResourceKey
impl Eq for UserBaseKey
impl StructuralPartialEq for UserBaseKey
Auto Trait Implementations§
impl Freeze for UserBaseKey
impl RefUnwindSafe for UserBaseKey
impl Send for UserBaseKey
impl Sync for UserBaseKey
impl Unpin for UserBaseKey
impl UnwindSafe for UserBaseKey
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