#[non_exhaustive]pub struct CreateEventTrackerInput { /* private fields */ }Implementations§
source§impl CreateEventTrackerInput
impl CreateEventTrackerInput
sourcepub fn builder() -> CreateEventTrackerInputBuilder
pub fn builder() -> CreateEventTrackerInputBuilder
Creates a new builder-style object to manufacture CreateEventTrackerInput.
source§impl CreateEventTrackerInput
impl CreateEventTrackerInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateEventTracker, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateEventTracker, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateEventTracker>
Trait Implementations§
source§impl Clone for CreateEventTrackerInput
impl Clone for CreateEventTrackerInput
source§fn clone(&self) -> CreateEventTrackerInput
fn clone(&self) -> CreateEventTrackerInput
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 CreateEventTrackerInput
impl Debug for CreateEventTrackerInput
source§impl PartialEq<CreateEventTrackerInput> for CreateEventTrackerInput
impl PartialEq<CreateEventTrackerInput> for CreateEventTrackerInput
source§fn eq(&self, other: &CreateEventTrackerInput) -> bool
fn eq(&self, other: &CreateEventTrackerInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateEventTrackerInput
Auto Trait Implementations§
impl RefUnwindSafe for CreateEventTrackerInput
impl Send for CreateEventTrackerInput
impl Sync for CreateEventTrackerInput
impl Unpin for CreateEventTrackerInput
impl UnwindSafe for CreateEventTrackerInput
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