pub struct NodeLink<T: Supervisor> { /* private fields */ }
Implementations§
Source§impl<T: Supervisor> NodeLink<T>
impl<T: Supervisor> NodeLink<T>
pub fn wait_for_server(&self, external: bool) -> InteractionTask<WaitHttpServer>
Trait Implementations§
Source§impl<T: Supervisor> Clone for NodeLink<T>
impl<T: Supervisor> Clone for NodeLink<T>
Auto Trait Implementations§
impl<T> Freeze for NodeLink<T>
impl<T> !RefUnwindSafe for NodeLink<T>
impl<T> Send for NodeLink<T>
impl<T> Sync for NodeLink<T>
impl<T> Unpin for NodeLink<T>
impl<T> !UnwindSafe for NodeLink<T>
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