Struct aws_sdk_glue::input::GetSecurityConfigurationInput
source · [−]#[non_exhaustive]pub struct GetSecurityConfigurationInput { /* private fields */ }Implementations
sourceimpl GetSecurityConfigurationInput
impl GetSecurityConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSecurityConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSecurityConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetSecurityConfiguration>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetSecurityConfigurationInput.
Trait Implementations
sourceimpl Clone for GetSecurityConfigurationInput
impl Clone for GetSecurityConfigurationInput
sourcefn clone(&self) -> GetSecurityConfigurationInput
fn clone(&self) -> GetSecurityConfigurationInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetSecurityConfigurationInput
impl Debug for GetSecurityConfigurationInput
sourceimpl PartialEq<GetSecurityConfigurationInput> for GetSecurityConfigurationInput
impl PartialEq<GetSecurityConfigurationInput> for GetSecurityConfigurationInput
sourcefn eq(&self, other: &GetSecurityConfigurationInput) -> bool
fn eq(&self, other: &GetSecurityConfigurationInput) -> bool
impl StructuralPartialEq for GetSecurityConfigurationInput
Auto Trait Implementations
impl RefUnwindSafe for GetSecurityConfigurationInput
impl Send for GetSecurityConfigurationInput
impl Sync for GetSecurityConfigurationInput
impl Unpin for GetSecurityConfigurationInput
impl UnwindSafe for GetSecurityConfigurationInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more