pub enum CredentialAddress {
Evm(String),
Bech32(String),
}Variants§
Trait Implementations§
Source§impl Clone for CredentialAddress
impl Clone for CredentialAddress
Source§fn clone(&self) -> CredentialAddress
fn clone(&self) -> CredentialAddress
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 CredentialAddress
impl Debug for CredentialAddress
Source§impl Display for CredentialAddress
impl Display for CredentialAddress
Source§impl PartialEq for CredentialAddress
impl PartialEq for CredentialAddress
impl StructuralPartialEq for CredentialAddress
Auto Trait Implementations§
impl Freeze for CredentialAddress
impl RefUnwindSafe for CredentialAddress
impl Send for CredentialAddress
impl Sync for CredentialAddress
impl Unpin for CredentialAddress
impl UnwindSafe for CredentialAddress
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