pub struct PeerVerified(/* private fields */);
Expand description
Zero-sized marker type representing verification of the peer’s identity.
Implementations§
Source§impl PeerVerified
impl PeerVerified
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PeerVerified
impl RefUnwindSafe for PeerVerified
impl Send for PeerVerified
impl Sync for PeerVerified
impl Unpin for PeerVerified
impl UnwindSafe for PeerVerified
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