pub struct TerseNodeExtConfig {
pub services: Option<TerseExtNodePorts>,
pub this_node: Option<bool>,
pub hostname: Option<String>,
pub alternate_addresses: HashMap<String, TerseExtNodeAltAddresses>,
}Fields§
§services: Option<TerseExtNodePorts>§this_node: Option<bool>§hostname: Option<String>§alternate_addresses: HashMap<String, TerseExtNodeAltAddresses>Trait Implementations§
Source§impl Clone for TerseNodeExtConfig
impl Clone for TerseNodeExtConfig
Source§fn clone(&self) -> TerseNodeExtConfig
fn clone(&self) -> TerseNodeExtConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TerseNodeExtConfig
impl Debug for TerseNodeExtConfig
Source§impl<'de> Deserialize<'de> for TerseNodeExtConfig
impl<'de> Deserialize<'de> for TerseNodeExtConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for TerseNodeExtConfig
impl RefUnwindSafe for TerseNodeExtConfig
impl Send for TerseNodeExtConfig
impl Sync for TerseNodeExtConfig
impl Unpin for TerseNodeExtConfig
impl UnsafeUnpin for TerseNodeExtConfig
impl UnwindSafe for TerseNodeExtConfig
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