Struct disarray_core::Node
source · [−]Fields
address: Addr
peers: Vec<Peer>
Implementations
Trait Implementations
Auto Trait Implementations
impl<Addr> RefUnwindSafe for Node<Addr> where
Addr: RefUnwindSafe,
impl<Addr> Send for Node<Addr> where
Addr: Send,
impl<Addr> Sync for Node<Addr> where
Addr: Sync,
impl<Addr> Unpin for Node<Addr> where
Addr: Unpin,
impl<Addr> UnwindSafe for Node<Addr> where
Addr: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more