pub enum Decrypted {
Descriptor(Descriptor<DescriptorPublicKey>),
Policy,
Labels,
WalletBackup(Vec<u8>),
Raw(Vec<u8>),
}Variants§
Trait Implementations§
impl Eq for Decrypted
impl StructuralPartialEq for Decrypted
Auto Trait Implementations§
impl !Freeze for Decrypted
impl RefUnwindSafe for Decrypted
impl Send for Decrypted
impl Sync for Decrypted
impl Unpin for Decrypted
impl UnwindSafe for Decrypted
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