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