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