pub struct AddconnectionResponse {
pub address: String,
pub connection_type: String,
}Expand description
Open an outbound connection to a specified node. This RPC is for testing only.
Fields§
§address: String§connection_type: StringTrait Implementations§
Source§impl Debug for AddconnectionResponse
impl Debug for AddconnectionResponse
Source§impl<'de> Deserialize<'de> for AddconnectionResponse
impl<'de> Deserialize<'de> for AddconnectionResponse
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 AddconnectionResponse
impl RefUnwindSafe for AddconnectionResponse
impl Send for AddconnectionResponse
impl Sync for AddconnectionResponse
impl Unpin for AddconnectionResponse
impl UnwindSafe for AddconnectionResponse
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