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