pub struct FunctionsHttpError;
Implementations§
Source§impl FunctionsHttpError
impl FunctionsHttpError
pub fn new(context: String) -> FunctionsError
Auto Trait Implementations§
impl Freeze for FunctionsHttpError
impl RefUnwindSafe for FunctionsHttpError
impl Send for FunctionsHttpError
impl Sync for FunctionsHttpError
impl Unpin for FunctionsHttpError
impl UnwindSafe for FunctionsHttpError
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