pub struct HumanReviewRequest {
pub reason: String,
pub payload: Value,
}Fields§
§reason: String§payload: ValueTrait Implementations§
Source§impl Clone for HumanReviewRequest
impl Clone for HumanReviewRequest
Source§fn clone(&self) -> HumanReviewRequest
fn clone(&self) -> HumanReviewRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for HumanReviewRequest
impl RefUnwindSafe for HumanReviewRequest
impl Send for HumanReviewRequest
impl Sync for HumanReviewRequest
impl Unpin for HumanReviewRequest
impl UnsafeUnpin for HumanReviewRequest
impl UnwindSafe for HumanReviewRequest
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