pub struct ParseResponseLayer<O, R> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<O: Default, R: Default> Default for ParseResponseLayer<O, R>
impl<O: Default, R: Default> Default for ParseResponseLayer<O, R>
source§fn default() -> ParseResponseLayer<O, R>
fn default() -> ParseResponseLayer<O, R>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<O, R> RefUnwindSafe for ParseResponseLayer<O, R>where O: RefUnwindSafe, R: RefUnwindSafe,
impl<O, R> Send for ParseResponseLayer<O, R>where O: Send, R: Send,
impl<O, R> Sync for ParseResponseLayer<O, R>where O: Sync, R: Sync,
impl<O, R> Unpin for ParseResponseLayer<O, R>where O: Unpin, R: Unpin,
impl<O, R> UnwindSafe for ParseResponseLayer<O, R>where O: UnwindSafe, R: UnwindSafe,
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