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 ==.