Struct aws_sdk_workdocs::model::Subscription
source · #[non_exhaustive]pub struct Subscription { /* private fields */ }
Expand description
Describes a subscription.
Implementations§
source§impl Subscription
impl Subscription
source§impl Subscription
impl Subscription
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Subscription
.
Trait Implementations§
source§impl Clone for Subscription
impl Clone for Subscription
source§fn clone(&self) -> Subscription
fn clone(&self) -> Subscription
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 more