Struct libp2p_tls::certificate::P2pExtension
source · pub struct P2pExtension { /* private fields */ }
Expand description
The contents of the specific libp2p extension, containing the public host key and a signature performed using the private host key.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for P2pExtension
impl Send for P2pExtension
impl Sync for P2pExtension
impl Unpin for P2pExtension
impl UnwindSafe for P2pExtension
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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