pub struct ProtocolPendingInboundTestDebug {
pub event_id: String,
pub sender_message_pubkey_hex: Option<String>,
pub claimed_owner_pubkey_hex: Option<String>,
pub has_envelope: bool,
pub metadata_verified: bool,
}Fields§
§event_id: String§sender_message_pubkey_hex: Option<String>§claimed_owner_pubkey_hex: Option<String>§has_envelope: bool§metadata_verified: boolTrait Implementations§
Source§impl Clone for ProtocolPendingInboundTestDebug
impl Clone for ProtocolPendingInboundTestDebug
Source§fn clone(&self) -> ProtocolPendingInboundTestDebug
fn clone(&self) -> ProtocolPendingInboundTestDebug
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 moreSource§impl PartialEq for ProtocolPendingInboundTestDebug
impl PartialEq for ProtocolPendingInboundTestDebug
Source§fn eq(&self, other: &ProtocolPendingInboundTestDebug) -> bool
fn eq(&self, other: &ProtocolPendingInboundTestDebug) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ProtocolPendingInboundTestDebug
impl StructuralPartialEq for ProtocolPendingInboundTestDebug
Auto Trait Implementations§
impl Freeze for ProtocolPendingInboundTestDebug
impl RefUnwindSafe for ProtocolPendingInboundTestDebug
impl Send for ProtocolPendingInboundTestDebug
impl Sync for ProtocolPendingInboundTestDebug
impl Unpin for ProtocolPendingInboundTestDebug
impl UnsafeUnpin for ProtocolPendingInboundTestDebug
impl UnwindSafe for ProtocolPendingInboundTestDebug
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