pub enum DeliveryProof {
Explicit(PacketHash),
Implicit(PacketHash),
}Variants§
Explicit(PacketHash)
Implicit(PacketHash)
Implementations§
Source§impl DeliveryProof
impl DeliveryProof
pub const fn packet_hash(self) -> PacketHash
Trait Implementations§
Source§impl Clone for DeliveryProof
impl Clone for DeliveryProof
Source§fn clone(&self) -> DeliveryProof
fn clone(&self) -> DeliveryProof
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DeliveryProof
Source§impl Debug for DeliveryProof
impl Debug for DeliveryProof
impl Eq for DeliveryProof
Source§impl PartialEq for DeliveryProof
impl PartialEq for DeliveryProof
impl StructuralPartialEq for DeliveryProof
Auto Trait Implementations§
impl Freeze for DeliveryProof
impl RefUnwindSafe for DeliveryProof
impl Send for DeliveryProof
impl Sync for DeliveryProof
impl Unpin for DeliveryProof
impl UnsafeUnpin for DeliveryProof
impl UnwindSafe for DeliveryProof
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