pub struct GetScreeningFullDetailsParams {
pub tx_id: String,
}
Expand description
struct for passing parameters to the method [get_screening_full_details
]
Fields§
§tx_id: String
Fireblocks transaction ID of the screened transaction
Implementations§
Source§impl GetScreeningFullDetailsParams
impl GetScreeningFullDetailsParams
Sourcepub fn builder() -> GetScreeningFullDetailsParamsBuilder
pub fn builder() -> GetScreeningFullDetailsParamsBuilder
Create an instance of GetScreeningFullDetailsParams
using the builder syntax
Trait Implementations§
Source§impl Clone for GetScreeningFullDetailsParams
impl Clone for GetScreeningFullDetailsParams
Source§fn clone(&self) -> GetScreeningFullDetailsParams
fn clone(&self) -> GetScreeningFullDetailsParams
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 moreAuto Trait Implementations§
impl Freeze for GetScreeningFullDetailsParams
impl RefUnwindSafe for GetScreeningFullDetailsParams
impl Send for GetScreeningFullDetailsParams
impl Sync for GetScreeningFullDetailsParams
impl Unpin for GetScreeningFullDetailsParams
impl UnwindSafe for GetScreeningFullDetailsParams
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