pub struct responseOrError;Trait Implementations§
Source§impl Field for responseOrError
impl Field for responseOrError
Auto Trait Implementations§
impl Freeze for responseOrError
impl RefUnwindSafe for responseOrError
impl Send for responseOrError
impl Sync for responseOrError
impl Unpin for responseOrError
impl UnwindSafe for responseOrError
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