pub struct RawChannelPricePolicy {
pub min_price: Money,
pub max_price: Money,
}Fields§
§min_price: Money§max_price: MoneyTrait Implementations§
Source§impl Clone for RawChannelPricePolicy
impl Clone for RawChannelPricePolicy
Source§fn clone(&self) -> RawChannelPricePolicy
fn clone(&self) -> RawChannelPricePolicy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RawChannelPricePolicy
impl Debug for RawChannelPricePolicy
Source§impl PartialEq for RawChannelPricePolicy
impl PartialEq for RawChannelPricePolicy
Source§fn eq(&self, other: &RawChannelPricePolicy) -> bool
fn eq(&self, other: &RawChannelPricePolicy) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RawChannelPricePolicy
impl Eq for RawChannelPricePolicy
impl StructuralPartialEq for RawChannelPricePolicy
Auto Trait Implementations§
impl Freeze for RawChannelPricePolicy
impl RefUnwindSafe for RawChannelPricePolicy
impl Send for RawChannelPricePolicy
impl Sync for RawChannelPricePolicy
impl Unpin for RawChannelPricePolicy
impl UnsafeUnpin for RawChannelPricePolicy
impl UnwindSafe for RawChannelPricePolicy
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