pub struct FeeRateDef(/* private fields */);
Expand description
Serialize and Deserialize implementations for FeeRate
Implementations§
Source§impl FeeRateDef
impl FeeRateDef
Source§impl<'de> FeeRateDef
impl<'de> FeeRateDef
pub fn deserialize<__D>(__deserializer: __D) -> Result<FeeRate, __D::Error>where
__D: Deserializer<'de>,
Trait Implementations§
Source§impl Clone for FeeRateDef
impl Clone for FeeRateDef
Source§fn clone(&self) -> FeeRateDef
fn clone(&self) -> FeeRateDef
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 Debug for FeeRateDef
impl Debug for FeeRateDef
Source§impl Default for FeeRateDef
impl Default for FeeRateDef
Source§fn default() -> FeeRateDef
fn default() -> FeeRateDef
Returns the “default value” for a type. Read more
Source§impl Ord for FeeRateDef
impl Ord for FeeRateDef
Source§fn cmp(&self, other: &FeeRateDef) -> Ordering
fn cmp(&self, other: &FeeRateDef) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FeeRateDef
impl PartialEq for FeeRateDef
Source§impl PartialOrd for FeeRateDef
impl PartialOrd for FeeRateDef
impl Copy for FeeRateDef
impl Eq for FeeRateDef
impl StructuralPartialEq for FeeRateDef
Auto Trait Implementations§
impl Freeze for FeeRateDef
impl RefUnwindSafe for FeeRateDef
impl Send for FeeRateDef
impl Sync for FeeRateDef
impl Unpin for FeeRateDef
impl UnwindSafe for FeeRateDef
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)