pub struct DidPkhInfo {
pub network: BlockchainNetwork,
pub address: String,
pub chain_id: Option<u64>,
}Expand description
Parsed did:pkh information
Fields§
§network: BlockchainNetwork§address: String§chain_id: Option<u64>Trait Implementations§
Source§impl Clone for DidPkhInfo
impl Clone for DidPkhInfo
Source§fn clone(&self) -> DidPkhInfo
fn clone(&self) -> DidPkhInfo
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 moreAuto Trait Implementations§
impl Freeze for DidPkhInfo
impl RefUnwindSafe for DidPkhInfo
impl Send for DidPkhInfo
impl Sync for DidPkhInfo
impl Unpin for DidPkhInfo
impl UnsafeUnpin for DidPkhInfo
impl UnwindSafe for DidPkhInfo
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