pub struct DeleteHumanLoopRequest {
pub human_loop_name: String,
}Fields§
§human_loop_name: StringThe name of the human loop that you want to delete.
Trait Implementations§
Source§impl Clone for DeleteHumanLoopRequest
impl Clone for DeleteHumanLoopRequest
Source§fn clone(&self) -> DeleteHumanLoopRequest
fn clone(&self) -> DeleteHumanLoopRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeleteHumanLoopRequest
impl Debug for DeleteHumanLoopRequest
Source§impl Default for DeleteHumanLoopRequest
impl Default for DeleteHumanLoopRequest
Source§fn default() -> DeleteHumanLoopRequest
fn default() -> DeleteHumanLoopRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteHumanLoopRequest
impl PartialEq for DeleteHumanLoopRequest
Source§impl Serialize for DeleteHumanLoopRequest
impl Serialize for DeleteHumanLoopRequest
impl StructuralPartialEq for DeleteHumanLoopRequest
Auto Trait Implementations§
impl Freeze for DeleteHumanLoopRequest
impl RefUnwindSafe for DeleteHumanLoopRequest
impl Send for DeleteHumanLoopRequest
impl Sync for DeleteHumanLoopRequest
impl Unpin for DeleteHumanLoopRequest
impl UnwindSafe for DeleteHumanLoopRequest
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