pub struct ProofOwed {
pub packet_hash: PacketHash,
pub identity: IdentityHash,
}Fields§
§packet_hash: PacketHash§identity: IdentityHashTrait Implementations§
impl Copy for ProofOwed
impl Eq for ProofOwed
impl StructuralPartialEq for ProofOwed
Auto Trait Implementations§
impl Freeze for ProofOwed
impl RefUnwindSafe for ProofOwed
impl Send for ProofOwed
impl Sync for ProofOwed
impl Unpin for ProofOwed
impl UnsafeUnpin for ProofOwed
impl UnwindSafe for ProofOwed
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