Struct aws_sdk_grafana::output::DisassociateLicenseOutput
source · [−]#[non_exhaustive]pub struct DisassociateLicenseOutput { /* private fields */ }
Implementations
sourceimpl DisassociateLicenseOutput
impl DisassociateLicenseOutput
sourcepub fn workspace(&self) -> Option<&WorkspaceDescription>
pub fn workspace(&self) -> Option<&WorkspaceDescription>
A structure containing information about the workspace.
sourceimpl DisassociateLicenseOutput
impl DisassociateLicenseOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisassociateLicenseOutput
.
Trait Implementations
sourceimpl Clone for DisassociateLicenseOutput
impl Clone for DisassociateLicenseOutput
sourcefn clone(&self) -> DisassociateLicenseOutput
fn clone(&self) -> DisassociateLicenseOutput
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 DisassociateLicenseOutput
impl Debug for DisassociateLicenseOutput
sourceimpl PartialEq<DisassociateLicenseOutput> for DisassociateLicenseOutput
impl PartialEq<DisassociateLicenseOutput> for DisassociateLicenseOutput
sourcefn eq(&self, other: &DisassociateLicenseOutput) -> bool
fn eq(&self, other: &DisassociateLicenseOutput) -> bool
impl StructuralPartialEq for DisassociateLicenseOutput
Auto Trait Implementations
impl RefUnwindSafe for DisassociateLicenseOutput
impl Send for DisassociateLicenseOutput
impl Sync for DisassociateLicenseOutput
impl Unpin for DisassociateLicenseOutput
impl UnwindSafe for DisassociateLicenseOutput
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