Struct aws_sdk_licensemanager::operation::check_in_license::builders::CheckInLicenseOutputBuilder
source · #[non_exhaustive]pub struct CheckInLicenseOutputBuilder { /* private fields */ }Expand description
A builder for CheckInLicenseOutput.
Implementations§
source§impl CheckInLicenseOutputBuilder
impl CheckInLicenseOutputBuilder
sourcepub fn build(self) -> CheckInLicenseOutput
pub fn build(self) -> CheckInLicenseOutput
Consumes the builder and constructs a CheckInLicenseOutput.
Trait Implementations§
source§impl Clone for CheckInLicenseOutputBuilder
impl Clone for CheckInLicenseOutputBuilder
source§fn clone(&self) -> CheckInLicenseOutputBuilder
fn clone(&self) -> CheckInLicenseOutputBuilder
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 CheckInLicenseOutputBuilder
impl Debug for CheckInLicenseOutputBuilder
source§impl Default for CheckInLicenseOutputBuilder
impl Default for CheckInLicenseOutputBuilder
source§fn default() -> CheckInLicenseOutputBuilder
fn default() -> CheckInLicenseOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CheckInLicenseOutputBuilder> for CheckInLicenseOutputBuilder
impl PartialEq<CheckInLicenseOutputBuilder> for CheckInLicenseOutputBuilder
source§fn eq(&self, other: &CheckInLicenseOutputBuilder) -> bool
fn eq(&self, other: &CheckInLicenseOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CheckInLicenseOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CheckInLicenseOutputBuilder
impl Send for CheckInLicenseOutputBuilder
impl Sync for CheckInLicenseOutputBuilder
impl Unpin for CheckInLicenseOutputBuilder
impl UnwindSafe for CheckInLicenseOutputBuilder
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