Struct libp2p_plaintext::PlainText2Config [−][src]
PlainText2Config
is an insecure connection handshake for testing purposes only, implementing
the libp2p plaintext connection handshake specification.
Fields
local_public_key: PublicKey
Trait Implementations
impl Clone for PlainText2Config
[src][+]
impl<C> InboundUpgrade<C> for PlainText2Config where
C: AsyncRead + AsyncWrite + Send + Unpin + 'static,
[src][+]
C: AsyncRead + AsyncWrite + Send + Unpin + 'static,
impl<C> OutboundUpgrade<C> for PlainText2Config where
C: AsyncRead + AsyncWrite + Send + Unpin + 'static,
[src][+]
C: AsyncRead + AsyncWrite + Send + Unpin + 'static,
impl UpgradeInfo for PlainText2Config
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for PlainText2Config
impl Send for PlainText2Config
impl Sync for PlainText2Config
impl Unpin for PlainText2Config
impl UnwindSafe for PlainText2Config
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<C, U> InboundUpgradeExt<C> for U where
U: InboundUpgrade<C>,
[src][+]
U: InboundUpgrade<C>,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<C, U> OutboundUpgradeExt<C> for U where
U: OutboundUpgrade<C>,
[src][+]
U: OutboundUpgrade<C>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,