pub struct DeadNodeView<Service: Service>(/* private fields */);Expand description
All the informations and management operations belonging to a dead Node.
Implementations§
source§impl<Service: Service> DeadNodeView<Service>
impl<Service: Service> DeadNodeView<Service>
sourcepub fn remove_stale_resources(self) -> Result<bool, NodeCleanupFailure>
pub fn remove_stale_resources(self) -> Result<bool, NodeCleanupFailure>
Removes all stale resources of a dead Node.
Trait Implementations§
source§impl<Service: Service> Clone for DeadNodeView<Service>
impl<Service: Service> Clone for DeadNodeView<Service>
Auto Trait Implementations§
impl<Service> Freeze for DeadNodeView<Service>
impl<Service> RefUnwindSafe for DeadNodeView<Service>where
Service: RefUnwindSafe,
impl<Service> Send for DeadNodeView<Service>where
Service: Send,
impl<Service> Sync for DeadNodeView<Service>where
Service: Sync,
impl<Service> Unpin for DeadNodeView<Service>where
Service: Unpin,
impl<Service> UnwindSafe for DeadNodeView<Service>where
Service: UnwindSafe,
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)