pub struct ForkDetectedSubdetail {
pub peers: Vec<PeerId>,
}Fields§
§peers: Vec<PeerId>Trait Implementations§
Source§impl Debug for ForkDetectedSubdetail
impl Debug for ForkDetectedSubdetail
Auto Trait Implementations§
impl Freeze for ForkDetectedSubdetail
impl RefUnwindSafe for ForkDetectedSubdetail
impl Send for ForkDetectedSubdetail
impl Sync for ForkDetectedSubdetail
impl Unpin for ForkDetectedSubdetail
impl UnwindSafe for ForkDetectedSubdetail
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