pub struct LSPS1ClientConfig {
pub max_channel_fees_msat: Option<u64>,
}
Expand description
Client-side configuration options for LSPS1 channel requests.
Fields§
§max_channel_fees_msat: Option<u64>
The maximally allowed channel fees.
Trait Implementations§
Source§impl Clone for LSPS1ClientConfig
impl Clone for LSPS1ClientConfig
Source§fn clone(&self) -> LSPS1ClientConfig
fn clone(&self) -> LSPS1ClientConfig
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 moreAuto Trait Implementations§
impl Freeze for LSPS1ClientConfig
impl RefUnwindSafe for LSPS1ClientConfig
impl Send for LSPS1ClientConfig
impl Sync for LSPS1ClientConfig
impl Unpin for LSPS1ClientConfig
impl UnwindSafe for LSPS1ClientConfig
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