#[non_exhaustive]pub struct PutApprovalResultOutput { /* private fields */ }Expand description
Represents the output of a PutApprovalResult action.
Implementations
sourceimpl PutApprovalResultOutput
impl PutApprovalResultOutput
sourcepub fn approved_at(&self) -> Option<&DateTime>
pub fn approved_at(&self) -> Option<&DateTime>
The timestamp showing when the approval or rejection was submitted.
sourceimpl PutApprovalResultOutput
impl PutApprovalResultOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutApprovalResultOutput.
Trait Implementations
sourceimpl Clone for PutApprovalResultOutput
impl Clone for PutApprovalResultOutput
sourcefn clone(&self) -> PutApprovalResultOutput
fn clone(&self) -> PutApprovalResultOutput
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 PutApprovalResultOutput
impl Debug for PutApprovalResultOutput
sourceimpl PartialEq<PutApprovalResultOutput> for PutApprovalResultOutput
impl PartialEq<PutApprovalResultOutput> for PutApprovalResultOutput
sourcefn eq(&self, other: &PutApprovalResultOutput) -> bool
fn eq(&self, other: &PutApprovalResultOutput) -> bool
impl StructuralPartialEq for PutApprovalResultOutput
Auto Trait Implementations
impl RefUnwindSafe for PutApprovalResultOutput
impl Send for PutApprovalResultOutput
impl Sync for PutApprovalResultOutput
impl Unpin for PutApprovalResultOutput
impl UnwindSafe for PutApprovalResultOutput
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