#[non_exhaustive]pub struct RegisterPublisherOutput { /* private fields */ }Implementations
sourceimpl RegisterPublisherOutput
impl RegisterPublisherOutput
sourcepub fn publisher_id(&self) -> Option<&str>
pub fn publisher_id(&self) -> Option<&str>
The ID assigned this account by CloudFormation for publishing extensions.
sourceimpl RegisterPublisherOutput
impl RegisterPublisherOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RegisterPublisherOutput.
Trait Implementations
sourceimpl Clone for RegisterPublisherOutput
impl Clone for RegisterPublisherOutput
sourcefn clone(&self) -> RegisterPublisherOutput
fn clone(&self) -> RegisterPublisherOutput
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 RegisterPublisherOutput
impl Debug for RegisterPublisherOutput
sourceimpl PartialEq<RegisterPublisherOutput> for RegisterPublisherOutput
impl PartialEq<RegisterPublisherOutput> for RegisterPublisherOutput
sourcefn eq(&self, other: &RegisterPublisherOutput) -> bool
fn eq(&self, other: &RegisterPublisherOutput) -> bool
impl StructuralPartialEq for RegisterPublisherOutput
Auto Trait Implementations
impl RefUnwindSafe for RegisterPublisherOutput
impl Send for RegisterPublisherOutput
impl Sync for RegisterPublisherOutput
impl Unpin for RegisterPublisherOutput
impl UnwindSafe for RegisterPublisherOutput
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