pub struct CachingCustomHandlerState<ExecC, QueryC> { /* private fields */ }
Expand description
Internal state of CachingCustomHandler
wrapping internal mutability so it is not exposed to
user. Those have to be shared internal state, as after mock is passed to app it is not
possible to access mock internals which are not exposed by API.
Implementations
sourceimpl<ExecC, QueryC> CachingCustomHandlerState<ExecC, QueryC>
impl<ExecC, QueryC> CachingCustomHandlerState<ExecC, QueryC>
Trait Implementations
sourceimpl<ExecC, QueryC> Clone for CachingCustomHandlerState<ExecC, QueryC>
impl<ExecC, QueryC> Clone for CachingCustomHandlerState<ExecC, QueryC>
Auto Trait Implementations
impl<ExecC, QueryC> !RefUnwindSafe for CachingCustomHandlerState<ExecC, QueryC>
impl<ExecC, QueryC> !Send for CachingCustomHandlerState<ExecC, QueryC>
impl<ExecC, QueryC> !Sync for CachingCustomHandlerState<ExecC, QueryC>
impl<ExecC, QueryC> Unpin for CachingCustomHandlerState<ExecC, QueryC>
impl<ExecC, QueryC> !UnwindSafe for CachingCustomHandlerState<ExecC, QueryC>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more