pub enum DecodedExtendedKeySerialized {
PrivateKey(DecodedExtendedSerializedPrivateKey),
PublicKey(DecodedExtendedSerializedPublicKey),
}Variants§
PrivateKey(DecodedExtendedSerializedPrivateKey)
PublicKey(DecodedExtendedSerializedPublicKey)
Trait Implementations§
Source§impl Clone for DecodedExtendedKeySerialized
impl Clone for DecodedExtendedKeySerialized
Source§fn clone(&self) -> DecodedExtendedKeySerialized
fn clone(&self) -> DecodedExtendedKeySerialized
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 DecodedExtendedKeySerialized
impl RefUnwindSafe for DecodedExtendedKeySerialized
impl Send for DecodedExtendedKeySerialized
impl Sync for DecodedExtendedKeySerialized
impl Unpin for DecodedExtendedKeySerialized
impl UnwindSafe for DecodedExtendedKeySerialized
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