Struct aws_sdk_codepipeline::model::CurrentRevision
source · [−]#[non_exhaustive]pub struct CurrentRevision { /* private fields */ }
Expand description
Represents information about a current revision.
Implementations
sourceimpl CurrentRevision
impl CurrentRevision
sourcepub fn change_identifier(&self) -> Option<&str>
pub fn change_identifier(&self) -> Option<&str>
The change identifier for the current revision.
sourcepub fn created(&self) -> Option<&DateTime>
pub fn created(&self) -> Option<&DateTime>
The date and time when the most recent revision of the artifact was created, in timestamp format.
sourcepub fn revision_summary(&self) -> Option<&str>
pub fn revision_summary(&self) -> Option<&str>
The summary of the most recent revision of the artifact.
sourceimpl CurrentRevision
impl CurrentRevision
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CurrentRevision
.
Trait Implementations
sourceimpl Clone for CurrentRevision
impl Clone for CurrentRevision
sourcefn clone(&self) -> CurrentRevision
fn clone(&self) -> CurrentRevision
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 more
sourceimpl Debug for CurrentRevision
impl Debug for CurrentRevision
sourceimpl PartialEq<CurrentRevision> for CurrentRevision
impl PartialEq<CurrentRevision> for CurrentRevision
sourcefn eq(&self, other: &CurrentRevision) -> bool
fn eq(&self, other: &CurrentRevision) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &CurrentRevision) -> bool
fn ne(&self, other: &CurrentRevision) -> bool
This method tests for !=
.
impl StructuralPartialEq for CurrentRevision
Auto Trait Implementations
impl RefUnwindSafe for CurrentRevision
impl Send for CurrentRevision
impl Sync for CurrentRevision
impl Unpin for CurrentRevision
impl UnwindSafe for CurrentRevision
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more