NodeInfoOwned

Type Alias NodeInfoOwned 

Source
pub type NodeInfoOwned = NodeInfoInternal<String>;

Aliased Type§

pub struct NodeInfoOwned {
    pub version: String,
    pub software: Software<String>,
    pub protocols: Vec<String>,
    pub services: Services<String>,
    pub open_registrations: bool,
    pub usage: Usage,
    pub metadata: Map<String, Value>,
}

Fields§

§version: String§software: Software<String>§protocols: Vec<String>§services: Services<String>§open_registrations: bool§usage: Usage§metadata: Map<String, Value>

Trait Implementations§

Source§

impl<'a> From<LegacyNodeInfo<'a>> for NodeInfoOwned

Source§

fn from(value: LegacyNodeInfo<'a>) -> Self

Converts to this type from the input type.