pub struct StartHumanLoopResponse {
pub human_loop_arn: Option<String>,
}Fields§
§human_loop_arn: Option<String>The Amazon Resource Name (ARN) of the human loop.
Trait Implementations§
Source§impl Clone for StartHumanLoopResponse
impl Clone for StartHumanLoopResponse
Source§fn clone(&self) -> StartHumanLoopResponse
fn clone(&self) -> StartHumanLoopResponse
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 StartHumanLoopResponse
impl Debug for StartHumanLoopResponse
Source§impl Default for StartHumanLoopResponse
impl Default for StartHumanLoopResponse
Source§fn default() -> StartHumanLoopResponse
fn default() -> StartHumanLoopResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StartHumanLoopResponse
impl<'de> Deserialize<'de> for StartHumanLoopResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for StartHumanLoopResponse
impl PartialEq for StartHumanLoopResponse
impl StructuralPartialEq for StartHumanLoopResponse
Auto Trait Implementations§
impl Freeze for StartHumanLoopResponse
impl RefUnwindSafe for StartHumanLoopResponse
impl Send for StartHumanLoopResponse
impl Sync for StartHumanLoopResponse
impl Unpin for StartHumanLoopResponse
impl UnwindSafe for StartHumanLoopResponse
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