pub struct RouteHandle(/* private fields */);Implementations§
Trait Implementations§
Source§impl Debug for RouteHandle
impl Debug for RouteHandle
Source§impl From<(JoinHandle<()>, Sender<()>)> for RouteHandle
impl From<(JoinHandle<()>, Sender<()>)> for RouteHandle
Auto Trait Implementations§
impl Freeze for RouteHandle
impl RefUnwindSafe for RouteHandle
impl Send for RouteHandle
impl Sync for RouteHandle
impl Unpin for RouteHandle
impl UnwindSafe for RouteHandle
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