#[non_exhaustive]pub struct DisassociateLicenseOutput { /* private fields */ }
Implementations§
source§impl DisassociateLicenseOutput
impl DisassociateLicenseOutput
sourcepub fn workspace(&self) -> Option<&WorkspaceDescription>
pub fn workspace(&self) -> Option<&WorkspaceDescription>
A structure containing information about the workspace.
source§impl DisassociateLicenseOutput
impl DisassociateLicenseOutput
sourcepub fn builder() -> DisassociateLicenseOutputBuilder
pub fn builder() -> DisassociateLicenseOutputBuilder
Creates a new builder-style object to manufacture DisassociateLicenseOutput
.
Trait Implementations§
source§impl Clone for DisassociateLicenseOutput
impl Clone for DisassociateLicenseOutput
source§fn clone(&self) -> DisassociateLicenseOutput
fn clone(&self) -> DisassociateLicenseOutput
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 DisassociateLicenseOutput
impl Debug for DisassociateLicenseOutput
source§impl PartialEq<DisassociateLicenseOutput> for DisassociateLicenseOutput
impl PartialEq<DisassociateLicenseOutput> for DisassociateLicenseOutput
source§fn eq(&self, other: &DisassociateLicenseOutput) -> bool
fn eq(&self, other: &DisassociateLicenseOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DisassociateLicenseOutput
impl RequestId for DisassociateLicenseOutput
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.