pub struct EndpointHandle {
pub node_id: String,
pub node_addr: String,
}Fields§
§node_id: String§node_addr: StringTrait Implementations§
Source§impl Clone for EndpointHandle
impl Clone for EndpointHandle
Source§impl Debug for EndpointHandle
impl Debug for EndpointHandle
Source§impl<'de> Deserialize<'de> for EndpointHandle
impl<'de> Deserialize<'de> for EndpointHandle
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 EndpointHandle
impl RefUnwindSafe for EndpointHandle
impl Send for EndpointHandle
impl Sync for EndpointHandle
impl Unpin for EndpointHandle
impl UnsafeUnpin for EndpointHandle
impl UnwindSafe for EndpointHandle
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