pub struct NodeTuple {
pub id: Vec<u8>,
pub addr: SocketAddr,
}Fields§
§id: Vec<u8>§addr: SocketAddrTrait Implementations§
Auto Trait Implementations§
impl Freeze for NodeTuple
impl RefUnwindSafe for NodeTuple
impl Send for NodeTuple
impl Sync for NodeTuple
impl Unpin for NodeTuple
impl UnwindSafe for NodeTuple
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