Struct aws_sdk_outposts::types::LineItemAssetInformation
source · #[non_exhaustive]pub struct LineItemAssetInformation { /* private fields */ }
Expand description
Information about a line item asset.
Implementations§
source§impl LineItemAssetInformation
impl LineItemAssetInformation
sourcepub fn builder() -> LineItemAssetInformationBuilder
pub fn builder() -> LineItemAssetInformationBuilder
Creates a new builder-style object to manufacture LineItemAssetInformation
.
Trait Implementations§
source§impl Clone for LineItemAssetInformation
impl Clone for LineItemAssetInformation
source§fn clone(&self) -> LineItemAssetInformation
fn clone(&self) -> LineItemAssetInformation
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 LineItemAssetInformation
impl Debug for LineItemAssetInformation
source§impl PartialEq<LineItemAssetInformation> for LineItemAssetInformation
impl PartialEq<LineItemAssetInformation> for LineItemAssetInformation
source§fn eq(&self, other: &LineItemAssetInformation) -> bool
fn eq(&self, other: &LineItemAssetInformation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LineItemAssetInformation
Auto Trait Implementations§
impl RefUnwindSafe for LineItemAssetInformation
impl Send for LineItemAssetInformation
impl Sync for LineItemAssetInformation
impl Unpin for LineItemAssetInformation
impl UnwindSafe for LineItemAssetInformation
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more