pub struct PubKey {
pub network: Network,
pub derivation: Derivation,
pub extended_key: ExtendedPubKey,
}
Fields§
§network: Network
§derivation: Derivation
§extended_key: ExtendedPubKey
Implementations§
Trait Implementations§
impl Eq for PubKey
impl StructuralPartialEq for PubKey
Auto Trait Implementations§
impl Freeze for PubKey
impl RefUnwindSafe for PubKey
impl Send for PubKey
impl Sync for PubKey
impl Unpin for PubKey
impl UnwindSafe for PubKey
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