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