pub struct NodeStart {
pub node_address: SocketAddr,
pub attributes: HashMap<String, String>,
}Fields§
§node_address: SocketAddr§attributes: HashMap<String, String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for NodeStart
impl<'de> Deserialize<'de> for NodeStart
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 NodeStart
impl RefUnwindSafe for NodeStart
impl Send for NodeStart
impl Sync for NodeStart
impl Unpin for NodeStart
impl UnwindSafe for NodeStart
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