pub struct LinkProof {
pub link_id: LinkId,
pub responder_encryption: X25519PublicKey,
pub mtu: usize,
pub mode: LinkMode,
}Fields§
§link_id: LinkId§responder_encryption: X25519PublicKey§mtu: usize§mode: LinkModeTrait Implementations§
impl Copy for LinkProof
impl Eq for LinkProof
impl StructuralPartialEq for LinkProof
Auto Trait Implementations§
impl Freeze for LinkProof
impl RefUnwindSafe for LinkProof
impl Send for LinkProof
impl Sync for LinkProof
impl Unpin for LinkProof
impl UnsafeUnpin for LinkProof
impl UnwindSafe for LinkProof
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