#[non_exhaustive]pub struct CreateEdgePackagingJobOutput {}
Implementations§
source§impl CreateEdgePackagingJobOutput
impl CreateEdgePackagingJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateEdgePackagingJobOutput
.
Trait Implementations§
source§impl Clone for CreateEdgePackagingJobOutput
impl Clone for CreateEdgePackagingJobOutput
source§fn clone(&self) -> CreateEdgePackagingJobOutput
fn clone(&self) -> CreateEdgePackagingJobOutput
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 CreateEdgePackagingJobOutput
impl Debug for CreateEdgePackagingJobOutput
source§impl PartialEq<CreateEdgePackagingJobOutput> for CreateEdgePackagingJobOutput
impl PartialEq<CreateEdgePackagingJobOutput> for CreateEdgePackagingJobOutput
source§fn eq(&self, other: &CreateEdgePackagingJobOutput) -> bool
fn eq(&self, other: &CreateEdgePackagingJobOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.