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