pub struct NoopBayesianObserver;Expand description
Discarding BayesianObserver used when no strategy is configured.
The default for ProxyManager so the observer field has a
zero-overhead None-equivalent without changing the manager’s type
signature.
Trait Implementations§
Source§impl Clone for NoopBayesianObserver
impl Clone for NoopBayesianObserver
Source§fn clone(&self) -> NoopBayesianObserver
fn clone(&self) -> NoopBayesianObserver
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NoopBayesianObserver
Source§impl Debug for NoopBayesianObserver
impl Debug for NoopBayesianObserver
Source§impl Default for NoopBayesianObserver
impl Default for NoopBayesianObserver
Source§fn default() -> NoopBayesianObserver
fn default() -> NoopBayesianObserver
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NoopBayesianObserver
impl RefUnwindSafe for NoopBayesianObserver
impl Send for NoopBayesianObserver
impl Sync for NoopBayesianObserver
impl Unpin for NoopBayesianObserver
impl UnsafeUnpin for NoopBayesianObserver
impl UnwindSafe for NoopBayesianObserver
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