pub struct PutApprovalResultOutput {
pub approved_at: Option<f64>,
}
Expand description
Represents the output of a PutApprovalResult
action.
Fields§
§approved_at: Option<f64>
The timestamp showing when the approval or rejection was submitted.
Trait Implementations§
Source§impl Clone for PutApprovalResultOutput
impl Clone for PutApprovalResultOutput
Source§fn clone(&self) -> PutApprovalResultOutput
fn clone(&self) -> PutApprovalResultOutput
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 PutApprovalResultOutput
impl Debug for PutApprovalResultOutput
Source§impl Default for PutApprovalResultOutput
impl Default for PutApprovalResultOutput
Source§fn default() -> PutApprovalResultOutput
fn default() -> PutApprovalResultOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PutApprovalResultOutput
impl<'de> Deserialize<'de> for PutApprovalResultOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PutApprovalResultOutput
impl PartialEq for PutApprovalResultOutput
impl StructuralPartialEq for PutApprovalResultOutput
Auto Trait Implementations§
impl Freeze for PutApprovalResultOutput
impl RefUnwindSafe for PutApprovalResultOutput
impl Send for PutApprovalResultOutput
impl Sync for PutApprovalResultOutput
impl Unpin for PutApprovalResultOutput
impl UnwindSafe for PutApprovalResultOutput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more