#[non_exhaustive]pub struct AsExtractor;
Available on crate feature
json-lines
only.Expand description
Marker type used to prove that an JsonLines
was constructed via FromRequest
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AsExtractor
impl RefUnwindSafe for AsExtractor
impl Send for AsExtractor
impl Sync for AsExtractor
impl Unpin for AsExtractor
impl UnwindSafe for AsExtractor
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