pub struct save_state;Trait Implementations§
Source§impl HttpServiceFactory for save_state
impl HttpServiceFactory for save_state
fn register(self, __config: &mut AppService)
Auto Trait Implementations§
impl Freeze for save_state
impl RefUnwindSafe for save_state
impl Send for save_state
impl Sync for save_state
impl Unpin for save_state
impl UnwindSafe for save_state
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