pub struct PeerReject(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl Debug for PeerReject
impl Debug for PeerReject
Auto Trait Implementations§
impl Freeze for PeerReject
impl RefUnwindSafe for PeerReject
impl Send for PeerReject
impl Sync for PeerReject
impl Unpin for PeerReject
impl UnsafeUnpin for PeerReject
impl UnwindSafe for PeerReject
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