pub struct SourceIngressUpdater { /* private fields */ }Expand description
Cross-thread updater for a SourceIngressProbe.
Implementations§
Trait Implementations§
Source§impl Clone for SourceIngressUpdater
impl Clone for SourceIngressUpdater
Source§fn clone(&self) -> SourceIngressUpdater
fn clone(&self) -> SourceIngressUpdater
Returns a duplicate 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 SourceIngressUpdater
impl RefUnwindSafe for SourceIngressUpdater
impl Send for SourceIngressUpdater
impl Sync for SourceIngressUpdater
impl Unpin for SourceIngressUpdater
impl UnsafeUnpin for SourceIngressUpdater
impl UnwindSafe for SourceIngressUpdater
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