pub struct LinkProofOwed {
pub link_id: LinkId,
pub packet_hash: PacketHash,
pub identity: IdentityHash,
pub destination: DestinationHash,
}Fields§
§link_id: LinkId§packet_hash: PacketHash§identity: IdentityHash§destination: DestinationHashTrait Implementations§
Source§impl Clone for LinkProofOwed
impl Clone for LinkProofOwed
Source§fn clone(&self) -> LinkProofOwed
fn clone(&self) -> LinkProofOwed
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 LinkProofOwed
Source§impl Debug for LinkProofOwed
impl Debug for LinkProofOwed
impl Eq for LinkProofOwed
Source§impl PartialEq for LinkProofOwed
impl PartialEq for LinkProofOwed
impl StructuralPartialEq for LinkProofOwed
Auto Trait Implementations§
impl Freeze for LinkProofOwed
impl RefUnwindSafe for LinkProofOwed
impl Send for LinkProofOwed
impl Sync for LinkProofOwed
impl Unpin for LinkProofOwed
impl UnsafeUnpin for LinkProofOwed
impl UnwindSafe for LinkProofOwed
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