Struct ark::models::peer::PeerResponse [] [src]

pub struct PeerResponse {
    pub success: bool,
    pub peer: Option<Peer>,
}

Fields

Trait Implementations

impl Debug for PeerResponse
[src]

[src]

Formats the value using the given formatter.