pub struct SetTxFeeResponse {
pub value: bool,
}Expand description
Response for the SetTxFee RPC method
This method returns a primitive value wrapped in a transparent struct.
Fields§
§value: boolWrapped primitive value
Trait Implementations§
Source§impl AsRef<bool> for SetTxFeeResponse
impl AsRef<bool> for SetTxFeeResponse
Source§impl Clone for SetTxFeeResponse
impl Clone for SetTxFeeResponse
Source§fn clone(&self) -> SetTxFeeResponse
fn clone(&self) -> SetTxFeeResponse
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 SetTxFeeResponse
impl Debug for SetTxFeeResponse
Source§impl Deref for SetTxFeeResponse
impl Deref for SetTxFeeResponse
Source§impl DerefMut for SetTxFeeResponse
impl DerefMut for SetTxFeeResponse
Source§impl<'de> Deserialize<'de> for SetTxFeeResponse
impl<'de> Deserialize<'de> for SetTxFeeResponse
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 From<SetTxFeeResponse> for bool
impl From<SetTxFeeResponse> for bool
Source§fn from(wrapper: SetTxFeeResponse) -> Self
fn from(wrapper: SetTxFeeResponse) -> Self
Converts to this type from the input type.
Source§impl From<bool> for SetTxFeeResponse
impl From<bool> for SetTxFeeResponse
Source§impl PartialEq for SetTxFeeResponse
impl PartialEq for SetTxFeeResponse
Source§impl Serialize for SetTxFeeResponse
impl Serialize for SetTxFeeResponse
impl StructuralPartialEq for SetTxFeeResponse
Auto Trait Implementations§
impl Freeze for SetTxFeeResponse
impl RefUnwindSafe for SetTxFeeResponse
impl Send for SetTxFeeResponse
impl Sync for SetTxFeeResponse
impl Unpin for SetTxFeeResponse
impl UnwindSafe for SetTxFeeResponse
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