Struct aws_sdk_outposts::output::GetCatalogItemOutput
source · [−]#[non_exhaustive]pub struct GetCatalogItemOutput { /* private fields */ }
Implementations
sourceimpl GetCatalogItemOutput
impl GetCatalogItemOutput
sourcepub fn catalog_item(&self) -> Option<&CatalogItem>
pub fn catalog_item(&self) -> Option<&CatalogItem>
Information about this catalog item.
sourceimpl GetCatalogItemOutput
impl GetCatalogItemOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetCatalogItemOutput
.
Trait Implementations
sourceimpl Clone for GetCatalogItemOutput
impl Clone for GetCatalogItemOutput
sourcefn clone(&self) -> GetCatalogItemOutput
fn clone(&self) -> GetCatalogItemOutput
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 GetCatalogItemOutput
impl Debug for GetCatalogItemOutput
sourceimpl PartialEq<GetCatalogItemOutput> for GetCatalogItemOutput
impl PartialEq<GetCatalogItemOutput> for GetCatalogItemOutput
sourcefn eq(&self, other: &GetCatalogItemOutput) -> bool
fn eq(&self, other: &GetCatalogItemOutput) -> bool
impl StructuralPartialEq for GetCatalogItemOutput
Auto Trait Implementations
impl RefUnwindSafe for GetCatalogItemOutput
impl Send for GetCatalogItemOutput
impl Sync for GetCatalogItemOutput
impl Unpin for GetCatalogItemOutput
impl UnwindSafe for GetCatalogItemOutput
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