#[non_exhaustive]pub struct CheckInLicenseOutput { /* private fields */ }Implementations§
source§impl CheckInLicenseOutput
impl CheckInLicenseOutput
sourcepub fn builder() -> CheckInLicenseOutputBuilder
pub fn builder() -> CheckInLicenseOutputBuilder
Creates a new builder-style object to manufacture CheckInLicenseOutput.
Trait Implementations§
source§impl Clone for CheckInLicenseOutput
impl Clone for CheckInLicenseOutput
source§fn clone(&self) -> CheckInLicenseOutput
fn clone(&self) -> CheckInLicenseOutput
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 CheckInLicenseOutput
impl Debug for CheckInLicenseOutput
source§impl PartialEq<CheckInLicenseOutput> for CheckInLicenseOutput
impl PartialEq<CheckInLicenseOutput> for CheckInLicenseOutput
source§fn eq(&self, other: &CheckInLicenseOutput) -> bool
fn eq(&self, other: &CheckInLicenseOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CheckInLicenseOutput
impl RequestId for CheckInLicenseOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for CheckInLicenseOutput
Auto Trait Implementations§
impl RefUnwindSafe for CheckInLicenseOutput
impl Send for CheckInLicenseOutput
impl Sync for CheckInLicenseOutput
impl Unpin for CheckInLicenseOutput
impl UnwindSafe for CheckInLicenseOutput
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