Struct aws_sdk_apprunner::model::SourceCodeVersion
source · [−]#[non_exhaustive]pub struct SourceCodeVersion { /* private fields */ }
Expand description
Identifies a version of code that App Runner refers to within a source code repository.
Implementations
sourceimpl SourceCodeVersion
impl SourceCodeVersion
sourcepub fn type(&self) -> Option<&SourceCodeVersionType>
pub fn type(&self) -> Option<&SourceCodeVersionType>
The type of version identifier.
For a git-based repository, branches represent versions.
sourceimpl SourceCodeVersion
impl SourceCodeVersion
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SourceCodeVersion
.
Trait Implementations
sourceimpl Clone for SourceCodeVersion
impl Clone for SourceCodeVersion
sourcefn clone(&self) -> SourceCodeVersion
fn clone(&self) -> SourceCodeVersion
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 SourceCodeVersion
impl Debug for SourceCodeVersion
sourceimpl PartialEq<SourceCodeVersion> for SourceCodeVersion
impl PartialEq<SourceCodeVersion> for SourceCodeVersion
sourcefn eq(&self, other: &SourceCodeVersion) -> bool
fn eq(&self, other: &SourceCodeVersion) -> bool
impl StructuralPartialEq for SourceCodeVersion
Auto Trait Implementations
impl RefUnwindSafe for SourceCodeVersion
impl Send for SourceCodeVersion
impl Sync for SourceCodeVersion
impl Unpin for SourceCodeVersion
impl UnwindSafe for SourceCodeVersion
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