Struct aws_sdk_glue::input::CreateScriptInput
source · [−]#[non_exhaustive]pub struct CreateScriptInput { /* private fields */ }Implementations
sourceimpl CreateScriptInput
impl CreateScriptInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateScript, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateScript, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateScript>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateScriptInput.
Trait Implementations
sourceimpl Clone for CreateScriptInput
impl Clone for CreateScriptInput
sourcefn clone(&self) -> CreateScriptInput
fn clone(&self) -> CreateScriptInput
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 CreateScriptInput
impl Debug for CreateScriptInput
sourceimpl PartialEq<CreateScriptInput> for CreateScriptInput
impl PartialEq<CreateScriptInput> for CreateScriptInput
sourcefn eq(&self, other: &CreateScriptInput) -> bool
fn eq(&self, other: &CreateScriptInput) -> bool
impl StructuralPartialEq for CreateScriptInput
Auto Trait Implementations
impl RefUnwindSafe for CreateScriptInput
impl Send for CreateScriptInput
impl Sync for CreateScriptInput
impl Unpin for CreateScriptInput
impl UnwindSafe for CreateScriptInput
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