pub struct ExtendedPublicKey<T>(pub(crate) String, pub(crate) PhantomData<T>);Expand description
An extended public key base type
Tuple Fields§
§0: String§1: PhantomData<T>Implementations§
Trait Implementations§
Source§impl<T: Clone> Clone for ExtendedPublicKey<T>
impl<T: Clone> Clone for ExtendedPublicKey<T>
Source§fn clone(&self) -> ExtendedPublicKey<T>
fn clone(&self) -> ExtendedPublicKey<T>
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<T: Debug> Debug for ExtendedPublicKey<T>
impl<T: Debug> Debug for ExtendedPublicKey<T>
Source§impl<T> From<String> for ExtendedPublicKey<T>
impl<T> From<String> for ExtendedPublicKey<T>
Source§impl<T> FromFFI for ExtendedPublicKey<T>
impl<T> FromFFI for ExtendedPublicKey<T>
Source§impl<T: PartialEq> PartialEq for ExtendedPublicKey<T>
impl<T: PartialEq> PartialEq for ExtendedPublicKey<T>
Source§impl<T: 'static> ToFFI for ExtendedPublicKey<T>
impl<T: 'static> ToFFI for ExtendedPublicKey<T>
impl<T: Eq> Eq for ExtendedPublicKey<T>
impl<T> StructuralPartialEq for ExtendedPublicKey<T>
Auto Trait Implementations§
impl<T> Freeze for ExtendedPublicKey<T>
impl<T> RefUnwindSafe for ExtendedPublicKey<T>where
T: RefUnwindSafe,
impl<T> Send for ExtendedPublicKey<T>where
T: Send,
impl<T> Sync for ExtendedPublicKey<T>where
T: Sync,
impl<T> Unpin for ExtendedPublicKey<T>where
T: Unpin,
impl<T> UnwindSafe for ExtendedPublicKey<T>where
T: UnwindSafe,
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