pub trait SetAuthTracer {
// Provided method
fn record_set_auth(&mut self, set_auth_action: SetAuth) { ... }
}
Provided Methods§
Sourcefn record_set_auth(&mut self, set_auth_action: SetAuth)
fn record_set_auth(&mut self, set_auth_action: SetAuth)
Prepares call trace for given params.
Implementations on Foreign Types§
Source§impl SetAuthTracer for ()
impl SetAuthTracer for ()
Source§fn record_set_auth(&mut self, set_auth_action: SetAuth)
fn record_set_auth(&mut self, set_auth_action: SetAuth)
Prepares call trace for given params.
Source§impl<T: SetAuthTracer + ?Sized> SetAuthTracer for &mut T
impl<T: SetAuthTracer + ?Sized> SetAuthTracer for &mut T
fn record_set_auth(&mut self, set_auth_action: SetAuth)
Source§impl<TupleElement0: SetAuthTracer> SetAuthTracer for (TupleElement0,)
impl<TupleElement0: SetAuthTracer> SetAuthTracer for (TupleElement0,)
Source§fn record_set_auth(&mut self, set_auth_action: SetAuth)
fn record_set_auth(&mut self, set_auth_action: SetAuth)
Prepares call trace for given params.
Source§impl<TupleElement0: SetAuthTracer, TupleElement1: SetAuthTracer> SetAuthTracer for (TupleElement0, TupleElement1)
impl<TupleElement0: SetAuthTracer, TupleElement1: SetAuthTracer> SetAuthTracer for (TupleElement0, TupleElement1)
Source§fn record_set_auth(&mut self, set_auth_action: SetAuth)
fn record_set_auth(&mut self, set_auth_action: SetAuth)
Prepares call trace for given params.
Source§impl<TupleElement0: SetAuthTracer, TupleElement1: SetAuthTracer, TupleElement2: SetAuthTracer> SetAuthTracer for (TupleElement0, TupleElement1, TupleElement2)
impl<TupleElement0: SetAuthTracer, TupleElement1: SetAuthTracer, TupleElement2: SetAuthTracer> SetAuthTracer for (TupleElement0, TupleElement1, TupleElement2)
Source§fn record_set_auth(&mut self, set_auth_action: SetAuth)
fn record_set_auth(&mut self, set_auth_action: SetAuth)
Prepares call trace for given params.