pub struct RelayFeeResponse {
pub id: usize,
pub fee: OptionalFee,
}Fields§
§id: usize§fee: OptionalFeeTrait Implementations§
Source§impl Clone for RelayFeeResponse
impl Clone for RelayFeeResponse
Source§fn clone(&self) -> RelayFeeResponse
fn clone(&self) -> RelayFeeResponse
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 RelayFeeResponse
impl Debug for RelayFeeResponse
Source§impl<'de> Deserialize<'de> for RelayFeeResponse
impl<'de> Deserialize<'de> for RelayFeeResponse
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 RelayFeeResponse
impl PartialEq for RelayFeeResponse
Source§impl Serialize for RelayFeeResponse
impl Serialize for RelayFeeResponse
impl StructuralPartialEq for RelayFeeResponse
Auto Trait Implementations§
impl Freeze for RelayFeeResponse
impl RefUnwindSafe for RelayFeeResponse
impl Send for RelayFeeResponse
impl Sync for RelayFeeResponse
impl Unpin for RelayFeeResponse
impl UnwindSafe for RelayFeeResponse
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