pub struct RouteListenerShutdown { /* private fields */ }Expand description
Shutdown handle for the RouteListener, used to stop listening.
Implementations§
Trait Implementations§
Source§impl Clone for RouteListenerShutdown
impl Clone for RouteListenerShutdown
Source§fn clone(&self) -> RouteListenerShutdown
fn clone(&self) -> RouteListenerShutdown
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RouteListenerShutdown
impl RefUnwindSafe for RouteListenerShutdown
impl Send for RouteListenerShutdown
impl Sync for RouteListenerShutdown
impl Unpin for RouteListenerShutdown
impl UnwindSafe for RouteListenerShutdown
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