pub struct RespondResponse {
pub approval_id: String,
pub outcome: ApprovalOutcome,
pub resolved_at: u64,
}Fields§
§approval_id: String§outcome: ApprovalOutcome§resolved_at: u64Trait Implementations§
Source§impl Clone for RespondResponse
impl Clone for RespondResponse
Source§fn clone(&self) -> RespondResponse
fn clone(&self) -> RespondResponse
Returns a duplicate 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 RespondResponse
impl Debug for RespondResponse
Source§impl<'de> Deserialize<'de> for RespondResponse
impl<'de> Deserialize<'de> for RespondResponse
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
Auto Trait Implementations§
impl Freeze for RespondResponse
impl RefUnwindSafe for RespondResponse
impl Send for RespondResponse
impl Sync for RespondResponse
impl Unpin for RespondResponse
impl UnsafeUnpin for RespondResponse
impl UnwindSafe for RespondResponse
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