pub struct GetLaunchConfigurationArgsBuilder<S: State = Empty> { /* private fields */ }
Expand description
Use builder syntax to set the inputs and finish with build_struct()
.
Implementations§
source§impl<S: State> GetLaunchConfigurationArgsBuilder<S>
impl<S: State> GetLaunchConfigurationArgsBuilder<S>
sourcepub fn build_struct(self) -> GetLaunchConfigurationArgswhere
S: IsComplete,
pub fn build_struct(self) -> GetLaunchConfigurationArgswhere
S: IsComplete,
Finish building and return the requested object
Auto Trait Implementations§
impl<S> Freeze for GetLaunchConfigurationArgsBuilder<S>
impl<S> RefUnwindSafe for GetLaunchConfigurationArgsBuilder<S>
impl<S> Send for GetLaunchConfigurationArgsBuilder<S>
impl<S> Sync for GetLaunchConfigurationArgsBuilder<S>
impl<S> Unpin for GetLaunchConfigurationArgsBuilder<S>
impl<S> UnwindSafe for GetLaunchConfigurationArgsBuilder<S>
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