pub struct FunctionCallResponse { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for FunctionCallResponse
impl Debug for FunctionCallResponse
Source§impl Message for FunctionCallResponse
impl Message for FunctionCallResponse
impl BackendMessage for FunctionCallResponse
Auto Trait Implementations§
impl Freeze for FunctionCallResponse
impl RefUnwindSafe for FunctionCallResponse
impl Send for FunctionCallResponse
impl Sync for FunctionCallResponse
impl Unpin for FunctionCallResponse
impl UnwindSafe for FunctionCallResponse
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