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