pub struct SetConfirmationsThresholdResponse {
pub success: Option<bool>,
pub transactions: Option<Vec<String>>,
}Fields§
§success: Option<bool>§transactions: Option<Vec<String>>An array of the affected Fireblocks Transaction IDs
Implementations§
Trait Implementations§
Source§impl Clone for SetConfirmationsThresholdResponse
impl Clone for SetConfirmationsThresholdResponse
Source§fn clone(&self) -> SetConfirmationsThresholdResponse
fn clone(&self) -> SetConfirmationsThresholdResponse
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 Default for SetConfirmationsThresholdResponse
impl Default for SetConfirmationsThresholdResponse
Source§fn default() -> SetConfirmationsThresholdResponse
fn default() -> SetConfirmationsThresholdResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetConfirmationsThresholdResponse
impl<'de> Deserialize<'de> for SetConfirmationsThresholdResponse
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 SetConfirmationsThresholdResponse
impl PartialEq for SetConfirmationsThresholdResponse
Source§fn eq(&self, other: &SetConfirmationsThresholdResponse) -> bool
fn eq(&self, other: &SetConfirmationsThresholdResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetConfirmationsThresholdResponse
Auto Trait Implementations§
impl Freeze for SetConfirmationsThresholdResponse
impl RefUnwindSafe for SetConfirmationsThresholdResponse
impl Send for SetConfirmationsThresholdResponse
impl Sync for SetConfirmationsThresholdResponse
impl Unpin for SetConfirmationsThresholdResponse
impl UnwindSafe for SetConfirmationsThresholdResponse
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