Struct aws_sdk_appstream::output::DeleteEntitlementOutput
source · #[non_exhaustive]pub struct DeleteEntitlementOutput {}Implementations§
source§impl DeleteEntitlementOutput
impl DeleteEntitlementOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteEntitlementOutput.
Trait Implementations§
source§impl Clone for DeleteEntitlementOutput
impl Clone for DeleteEntitlementOutput
source§fn clone(&self) -> DeleteEntitlementOutput
fn clone(&self) -> DeleteEntitlementOutput
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 DeleteEntitlementOutput
impl Debug for DeleteEntitlementOutput
source§impl PartialEq<DeleteEntitlementOutput> for DeleteEntitlementOutput
impl PartialEq<DeleteEntitlementOutput> for DeleteEntitlementOutput
source§fn eq(&self, other: &DeleteEntitlementOutput) -> bool
fn eq(&self, other: &DeleteEntitlementOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.