pub struct FunctionResponse {
pub status: Status,
pub body: Option<String>,
}Fields§
§status: Status§body: Option<String>Trait Implementations§
Source§impl Debug for FunctionResponse
impl Debug for FunctionResponse
impl Send for FunctionResponse
impl Sync for FunctionResponse
Auto Trait Implementations§
impl Freeze for FunctionResponse
impl RefUnwindSafe for FunctionResponse
impl Unpin for FunctionResponse
impl UnsafeUnpin for FunctionResponse
impl UnwindSafe for FunctionResponse
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