pub struct Opened {
pub txs: Vec<Transaction>,
pub payload: Payload,
}
Expand description
The result of open
or open_in_place
.
Fields§
§txs: Vec<Transaction>
Decoded transactions
payload: Payload
Decrypted and deserialized payload.
Trait Implementations§
impl StructuralPartialEq for Opened
Auto Trait Implementations§
impl Freeze for Opened
impl RefUnwindSafe for Opened
impl Send for Opened
impl Sync for Opened
impl Unpin for Opened
impl UnwindSafe for Opened
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