pub struct PeerArg(pub PeerKeyEntry);Expand description
PUB,KENC,KMIC (or whitespace-separated): a peer public key and the
two 16-byte pairwise secrets, hex.
Tuple Fields§
§0: PeerKeyEntryTrait Implementations§
Source§impl Debug for PeerArg
Redacted: a peer entry is two pairwise secrets, and --help-adjacent
machinery has no business rendering them.
impl Debug for PeerArg
Redacted: a peer entry is two pairwise secrets, and --help-adjacent
machinery has no business rendering them.
impl Copy for PeerArg
impl Eq for PeerArg
impl StructuralPartialEq for PeerArg
Auto Trait Implementations§
impl Freeze for PeerArg
impl RefUnwindSafe for PeerArg
impl Send for PeerArg
impl Sync for PeerArg
impl Unpin for PeerArg
impl UnwindSafe for PeerArg
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)