pub struct NoProbe;Expand description
Zero-cost stub used on no_std targets where no real probe is wired up.
Trait Implementations§
Source§impl IngressProbe for NoProbe
impl IngressProbe for NoProbe
Source§fn occupancy(&self, _policy: &EdgePolicy) -> EdgeOccupancy
fn occupancy(&self, _policy: &EdgePolicy) -> EdgeOccupancy
Return the current ingress occupancy snapshot using
policy to compute
the watermark consistently with real edges.Auto Trait Implementations§
impl Freeze for NoProbe
impl RefUnwindSafe for NoProbe
impl Send for NoProbe
impl Sync for NoProbe
impl Unpin for NoProbe
impl UnsafeUnpin for NoProbe
impl UnwindSafe for NoProbe
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