pub struct Hello {
pub ledgerVersion: uint32,
pub overlayVersion: uint32,
pub overlayMinVersion: uint32,
pub networkID: Hash,
pub versionStr: String,
pub listeningPort: i32,
pub peerID: NodeID,
pub cert: AuthCert,
pub nonce: uint256,
}
Fields§
§ledgerVersion: uint32
§overlayVersion: uint32
§overlayMinVersion: uint32
§networkID: Hash
§versionStr: String
§listeningPort: i32
§peerID: NodeID
§cert: AuthCert
§nonce: uint256
Trait Implementations§
impl Eq for Hello
impl StructuralPartialEq for Hello
Auto Trait Implementations§
impl Freeze for Hello
impl RefUnwindSafe for Hello
impl Send for Hello
impl Sync for Hello
impl Unpin for Hello
impl UnwindSafe for Hello
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