pub struct AmlVerdictManualRequest {
pub verdict: Verdict,
pub tx_id: Uuid,
}Fields§
§verdict: VerdictThe AML verdict to set for the transaction.
tx_id: UuidThe transaction ID to set the verdict for.
Implementations§
Source§impl AmlVerdictManualRequest
impl AmlVerdictManualRequest
pub fn new(verdict: Verdict, tx_id: Uuid) -> AmlVerdictManualRequest
Trait Implementations§
Source§impl Clone for AmlVerdictManualRequest
impl Clone for AmlVerdictManualRequest
Source§fn clone(&self) -> AmlVerdictManualRequest
fn clone(&self) -> AmlVerdictManualRequest
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 AmlVerdictManualRequest
impl Debug for AmlVerdictManualRequest
Source§impl Default for AmlVerdictManualRequest
impl Default for AmlVerdictManualRequest
Source§fn default() -> AmlVerdictManualRequest
fn default() -> AmlVerdictManualRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AmlVerdictManualRequest
impl<'de> Deserialize<'de> for AmlVerdictManualRequest
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 AmlVerdictManualRequest
impl PartialEq for AmlVerdictManualRequest
Source§impl Serialize for AmlVerdictManualRequest
impl Serialize for AmlVerdictManualRequest
impl StructuralPartialEq for AmlVerdictManualRequest
Auto Trait Implementations§
impl Freeze for AmlVerdictManualRequest
impl RefUnwindSafe for AmlVerdictManualRequest
impl Send for AmlVerdictManualRequest
impl Sync for AmlVerdictManualRequest
impl Unpin for AmlVerdictManualRequest
impl UnwindSafe for AmlVerdictManualRequest
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