Struct chaindev::tendermint_based::dev::Node
source · pub struct Node<P: NodePorts> {
pub id: NodeID,
pub tm_id: String,
pub home: String,
pub kind: NodeKind,
pub ports: P,
}Fields§
§id: NodeID§tm_id: String§home: String§kind: NodeKind§ports: PTrait Implementations§
source§impl<'de, P: NodePorts> Deserialize<'de> for Node<P>
impl<'de, P: NodePorts> Deserialize<'de> for Node<P>
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<P> RefUnwindSafe for Node<P>where P: RefUnwindSafe,
impl<P> Send for Node<P>
impl<P> Sync for Node<P>
impl<P> Unpin for Node<P>where P: Unpin,
impl<P> UnwindSafe for Node<P>where P: UnwindSafe,
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