Struct aws_sdk_honeycode::types::ImportJobSubmitter
source · #[non_exhaustive]pub struct ImportJobSubmitter { /* private fields */ }Expand description
An object that contains the attributes of the submitter of the import job.
Implementations§
source§impl ImportJobSubmitter
impl ImportJobSubmitter
sourcepub fn builder() -> ImportJobSubmitterBuilder
pub fn builder() -> ImportJobSubmitterBuilder
Creates a new builder-style object to manufacture ImportJobSubmitter.
Trait Implementations§
source§impl Clone for ImportJobSubmitter
impl Clone for ImportJobSubmitter
source§fn clone(&self) -> ImportJobSubmitter
fn clone(&self) -> ImportJobSubmitter
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 ImportJobSubmitter
impl Debug for ImportJobSubmitter
source§impl PartialEq<ImportJobSubmitter> for ImportJobSubmitter
impl PartialEq<ImportJobSubmitter> for ImportJobSubmitter
source§fn eq(&self, other: &ImportJobSubmitter) -> bool
fn eq(&self, other: &ImportJobSubmitter) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ImportJobSubmitter
Auto Trait Implementations§
impl RefUnwindSafe for ImportJobSubmitter
impl Send for ImportJobSubmitter
impl Sync for ImportJobSubmitter
impl Unpin for ImportJobSubmitter
impl UnwindSafe for ImportJobSubmitter
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