pub struct CheckPointMiddleware { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CheckPointMiddleware
impl !RefUnwindSafe for CheckPointMiddleware
impl Send for CheckPointMiddleware
impl Sync for CheckPointMiddleware
impl Unpin for CheckPointMiddleware
impl !UnwindSafe for CheckPointMiddleware
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