pub enum DeliveryEvidence {
Proof(DeliveryProof),
Response,
}Variants§
Proof(DeliveryProof)
Response
Trait Implementations§
Source§impl Clone for DeliveryEvidence
impl Clone for DeliveryEvidence
Source§fn clone(&self) -> DeliveryEvidence
fn clone(&self) -> DeliveryEvidence
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 DeliveryEvidence
Source§impl Debug for DeliveryEvidence
impl Debug for DeliveryEvidence
impl Eq for DeliveryEvidence
Source§impl PartialEq for DeliveryEvidence
impl PartialEq for DeliveryEvidence
impl StructuralPartialEq for DeliveryEvidence
Auto Trait Implementations§
impl Freeze for DeliveryEvidence
impl RefUnwindSafe for DeliveryEvidence
impl Send for DeliveryEvidence
impl Sync for DeliveryEvidence
impl Unpin for DeliveryEvidence
impl UnsafeUnpin for DeliveryEvidence
impl UnwindSafe for DeliveryEvidence
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