pub struct MultiNodeOopNode { /* private fields */ }Expand description
Child-side handle. Construct one per node by passing the
controller’s local_addr().
Implementations§
Source§impl MultiNodeOopNode
impl MultiNodeOopNode
pub async fn connect(controller: SocketAddr) -> Result<Self, MultiNodeOopError>
Auto Trait Implementations§
impl !Freeze for MultiNodeOopNode
impl !RefUnwindSafe for MultiNodeOopNode
impl Send for MultiNodeOopNode
impl Sync for MultiNodeOopNode
impl Unpin for MultiNodeOopNode
impl UnsafeUnpin for MultiNodeOopNode
impl !UnwindSafe for MultiNodeOopNode
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