pub struct ResultBytes<Loc, E>(pub Result<Bytes, BodyError<Loc, E>>);Tuple Fields§
§0: Result<Bytes, BodyError<Loc, E>>Trait Implementations§
Source§impl<Loc, E> IntoIterator for ResultBytes<Loc, E>
impl<Loc, E> IntoIterator for ResultBytes<Loc, E>
Auto Trait Implementations§
impl<Loc, E> Freeze for ResultBytes<Loc, E>
impl<Loc, E> RefUnwindSafe for ResultBytes<Loc, E>where
Loc: RefUnwindSafe,
E: RefUnwindSafe,
impl<Loc, E> Send for ResultBytes<Loc, E>
impl<Loc, E> Sync for ResultBytes<Loc, E>
impl<Loc, E> Unpin for ResultBytes<Loc, E>
impl<Loc, E> UnwindSafe for ResultBytes<Loc, E>where
Loc: UnwindSafe,
E: 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