pub struct ChannelLiquidities(/* private fields */);Expand description
Container for live and historical liquidity bounds for each channel.
Trait Implementations§
Source§impl Clone for ChannelLiquidities
impl Clone for ChannelLiquidities
Source§fn clone(&self) -> ChannelLiquidities
fn clone(&self) -> ChannelLiquidities
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 Readable for ChannelLiquidities
impl Readable for ChannelLiquidities
Source§impl Writeable for ChannelLiquidities
impl Writeable for ChannelLiquidities
Auto Trait Implementations§
impl Freeze for ChannelLiquidities
impl RefUnwindSafe for ChannelLiquidities
impl Send for ChannelLiquidities
impl Sync for ChannelLiquidities
impl Unpin for ChannelLiquidities
impl UnwindSafe for ChannelLiquidities
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§impl<T> LengthReadable for Twhere
T: Readable,
impl<T> LengthReadable for Twhere
T: Readable,
Source§fn read_from_fixed_length_buffer<R>(reader: &mut R) -> Result<T, DecodeError>where
R: LengthLimitedRead,
fn read_from_fixed_length_buffer<R>(reader: &mut R) -> Result<T, DecodeError>where
R: LengthLimitedRead,
Reads a
Self in from the given LengthLimitedRead.