pub struct NotStored;Expand description
Not-stored response marker.
Trait Implementations§
Source§impl IntoResponse for NotStored
impl IntoResponse for NotStored
fn into_response(self) -> Response
impl Copy for NotStored
Auto Trait Implementations§
impl Freeze for NotStored
impl RefUnwindSafe for NotStored
impl Send for NotStored
impl Sync for NotStored
impl Unpin for NotStored
impl UnwindSafe for NotStored
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