pub struct AnnounceVerifyKey {
pub destination_hash: [u8; 16],
pub random_blob: [u8; 10],
pub received_from: [u8; 16],
}Fields§
§destination_hash: [u8; 16]§random_blob: [u8; 10]§received_from: [u8; 16]Trait Implementations§
Source§impl Clone for AnnounceVerifyKey
impl Clone for AnnounceVerifyKey
Source§fn clone(&self) -> AnnounceVerifyKey
fn clone(&self) -> AnnounceVerifyKey
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AnnounceVerifyKey
impl Debug for AnnounceVerifyKey
Source§impl Ord for AnnounceVerifyKey
impl Ord for AnnounceVerifyKey
Source§fn cmp(&self, other: &AnnounceVerifyKey) -> Ordering
fn cmp(&self, other: &AnnounceVerifyKey) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AnnounceVerifyKey
impl PartialEq for AnnounceVerifyKey
Source§impl PartialOrd for AnnounceVerifyKey
impl PartialOrd for AnnounceVerifyKey
impl Copy for AnnounceVerifyKey
impl Eq for AnnounceVerifyKey
impl StructuralPartialEq for AnnounceVerifyKey
Auto Trait Implementations§
impl Freeze for AnnounceVerifyKey
impl RefUnwindSafe for AnnounceVerifyKey
impl Send for AnnounceVerifyKey
impl Sync for AnnounceVerifyKey
impl Unpin for AnnounceVerifyKey
impl UnsafeUnpin for AnnounceVerifyKey
impl UnwindSafe for AnnounceVerifyKey
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