pub struct CrossChainTransferResult {
pub destination_right: Right,
pub destination_seal: SealRef,
pub registry_entry: CrossChainRegistryEntry,
}Expand description
Result of a successful cross-chain transfer.
Fields§
§destination_right: RightThe new Right created on the destination chain
destination_seal: SealRefThe destination chain’s seal reference
registry_entry: CrossChainRegistryEntryRegistry entry recording the transfer
Trait Implementations§
Source§impl Clone for CrossChainTransferResult
impl Clone for CrossChainTransferResult
Source§fn clone(&self) -> CrossChainTransferResult
fn clone(&self) -> CrossChainTransferResult
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 Debug for CrossChainTransferResult
impl Debug for CrossChainTransferResult
Source§impl PartialEq for CrossChainTransferResult
impl PartialEq for CrossChainTransferResult
impl Eq for CrossChainTransferResult
impl StructuralPartialEq for CrossChainTransferResult
Auto Trait Implementations§
impl Freeze for CrossChainTransferResult
impl RefUnwindSafe for CrossChainTransferResult
impl Send for CrossChainTransferResult
impl Sync for CrossChainTransferResult
impl Unpin for CrossChainTransferResult
impl UnsafeUnpin for CrossChainTransferResult
impl UnwindSafe for CrossChainTransferResult
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