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