Struct hyper::server::shutdown::GracefulWatcher
source · pub struct GracefulWatcher(Watch);
Tuple Fields§
§0: Watch
Trait Implementations§
source§impl Clone for GracefulWatcher
impl Clone for GracefulWatcher
source§fn clone(&self) -> GracefulWatcher
fn clone(&self) -> GracefulWatcher
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 moresource§impl<I, S, E> Watcher<I, S, E> for GracefulWatcher
impl<I, S, E> Watcher<I, S, E> for GracefulWatcher
type Future = Watching<UpgradeableConnection<I, S, E>, fn(_: Pin<&mut UpgradeableConnection<I, S, E>>)>
fn watch(&self, conn: UpgradeableConnection<I, S, E>) -> Self::Future
Auto Trait Implementations§
impl Freeze for GracefulWatcher
impl RefUnwindSafe for GracefulWatcher
impl Send for GracefulWatcher
impl Sync for GracefulWatcher
impl Unpin for GracefulWatcher
impl UnwindSafe for GracefulWatcher
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)