pub struct AroundWithStateFn<T, F> { /* private fields */ }Expand description
详情查看 around_with_state_fn。
Trait Implementations§
Source§impl<T: Clone, F: Clone> Clone for AroundWithStateFn<T, F>
impl<T: Clone, F: Clone> Clone for AroundWithStateFn<T, F>
Source§fn clone(&self) -> AroundWithStateFn<T, F>
fn clone(&self) -> AroundWithStateFn<T, F>
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 moreSource§impl<T, F> Debug for AroundWithStateFn<T, F>where
T: Debug,
impl<T, F> Debug for AroundWithStateFn<T, F>where
T: Debug,
Source§impl<T, F, S> Middleware<S> for AroundWithStateFn<T, F>
impl<T, F, S> Middleware<S> for AroundWithStateFn<T, F>
impl<T: Copy, F: Copy> Copy for AroundWithStateFn<T, F>
Auto Trait Implementations§
impl<T, F> Freeze for AroundWithStateFn<T, F>
impl<T, F> RefUnwindSafe for AroundWithStateFn<T, F>where
T: RefUnwindSafe,
F: RefUnwindSafe,
impl<T, F> Send for AroundWithStateFn<T, F>
impl<T, F> Sync for AroundWithStateFn<T, F>
impl<T, F> Unpin for AroundWithStateFn<T, F>
impl<T, F> UnwindSafe for AroundWithStateFn<T, F>where
T: UnwindSafe,
F: UnwindSafe,
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