#[non_exhaustive]pub struct CopyProjectVersionOutput { /* private fields */ }Implementations
sourceimpl CopyProjectVersionOutput
impl CopyProjectVersionOutput
sourcepub fn project_version_arn(&self) -> Option<&str>
pub fn project_version_arn(&self) -> Option<&str>
The ARN of the copied model version in the destination project.
sourceimpl CopyProjectVersionOutput
impl CopyProjectVersionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CopyProjectVersionOutput.
Trait Implementations
sourceimpl Clone for CopyProjectVersionOutput
impl Clone for CopyProjectVersionOutput
sourcefn clone(&self) -> CopyProjectVersionOutput
fn clone(&self) -> CopyProjectVersionOutput
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 CopyProjectVersionOutput
impl Debug for CopyProjectVersionOutput
sourceimpl PartialEq<CopyProjectVersionOutput> for CopyProjectVersionOutput
impl PartialEq<CopyProjectVersionOutput> for CopyProjectVersionOutput
sourcefn eq(&self, other: &CopyProjectVersionOutput) -> bool
fn eq(&self, other: &CopyProjectVersionOutput) -> bool
impl StructuralPartialEq for CopyProjectVersionOutput
Auto Trait Implementations
impl RefUnwindSafe for CopyProjectVersionOutput
impl Send for CopyProjectVersionOutput
impl Sync for CopyProjectVersionOutput
impl Unpin for CopyProjectVersionOutput
impl UnwindSafe for CopyProjectVersionOutput
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