#[non_exhaustive]pub struct RegisterTargetsOutput {}Implementations§
source§impl RegisterTargetsOutput
impl RegisterTargetsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RegisterTargetsOutput.
Trait Implementations§
source§impl Clone for RegisterTargetsOutput
impl Clone for RegisterTargetsOutput
source§fn clone(&self) -> RegisterTargetsOutput
fn clone(&self) -> RegisterTargetsOutput
Returns a copy 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 RegisterTargetsOutput
impl Debug for RegisterTargetsOutput
source§impl PartialEq<RegisterTargetsOutput> for RegisterTargetsOutput
impl PartialEq<RegisterTargetsOutput> for RegisterTargetsOutput
source§fn eq(&self, other: &RegisterTargetsOutput) -> bool
fn eq(&self, other: &RegisterTargetsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.